move_to#
method
- Z806.move_to(pos, block=True)#
Move the device to the specified position (index).
The motor may need to be homed before a position can be set.
- Parameters:
- indexint
The position in device units.
- blockbool, optional
Blocks code until move is completed (default True).