API Reference v9.2.0

AxisTypeenum

Module: zaber_motion.ascii

Denotes type of an axis and units it accepts.

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

NameValueDescription
AxisType.UNKNOWN0Axis type could not be determined.
AxisType.LINEAR1A linear axis that accepts length units for position.
AxisType.ROTARY2A rotary axis that accepts angle units for position.
AxisType.PROCESS3A process on a process controller.
AxisType.LAMP4A lamp on a light source controller.