API Reference v9.2.0

CyclicDirectionenum

Module: zaber_motion

Direction a cyclic device should move when doing an absolute move.

To use this type, add from zaber_motion import CyclicDirection to the top of your source code.

NameValueDescription
CyclicDirection.POSITIVE0Move to the target in a positive direction.
CyclicDirection.NEGATIVE1Move to the target in a negative direction.
CyclicDirection.SHORTEST2Take the shortest path to the target position.