To use this type, add from zaber_motion import RotationDirection to the top of your source code.
| Name | Value | Description |
|---|---|---|
RotationDirection.CLOCKWISE | 0 | Rotate in the clockwise direction. |
RotationDirection.COUNTERCLOCKWISE | 1 | Rotate in the counterclockwise direction. |
RotationDirection.CW | 0 | Shorthand alias for Clockwise. |
RotationDirection.CCW | 1 | Shorthand alias for Counterclockwise. |