ophyd.commands.log_pos_mov

ophyd.commands.log_pos_mov(id=None, dry_run=False, positioners=None, **kwargs)

Move to positions located in logboook

This function moves to positions recorded in the experimental logbook using the log_pos() function.

Parameters:

id : integer, optional

ID of logbook entry to search for and move positions to.

dry_run : bool, optional

If True, do not move motors, but execute a dry_run

positioners : list, optional

List of string names of positioners to compare and move. Other positioners in the log entry will be ignored.