To use this type, add from zaber_motion import CyclicDirection to the top of your source code.
| Name | Value | Description |
|---|---|---|
CyclicDirection.POSITIVE | 0 | Move to the target in a positive direction. |
CyclicDirection.NEGATIVE | 1 | Move to the target in a negative direction. |
CyclicDirection.SHORTEST | 2 | Take the shortest path to the target position. |