API Reference v9.2.0

RotationDirectionenum

Module: zaber_motion

Direction of rotation.

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

NameValueDescription
RotationDirection.CLOCKWISE0Rotate in the clockwise direction.
RotationDirection.COUNTERCLOCKWISE1Rotate in the counterclockwise direction.
RotationDirection.CW0Shorthand alias for Clockwise.
RotationDirection.CCW1Shorthand alias for Counterclockwise.