API Reference v9.2.0

CyclicDirectionenum

Module: ZaberMotion

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

To use this type, add import ZaberMotion 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.