ophyd.commands.wh_pos¶
-
ophyd.commands.
wh_pos
(positioners=None)¶ Get the current position of Positioners and print to screen.
Print to the screen the position of the positioners in a formated table.
Parameters: positioners : Positioner, list of Positioners or None See also
log_pos
- Log positioner values to logbook
Examples
List all positioners:
>>>wh_pos()
List positioners m1, m2 and m3:
>>>wh_pos([m1, m2, m3])