To use this type, add from zaber_motion.ascii import AxisType to the top of your source code.
| Name | Value | Description |
|---|---|---|
AxisType.UNKNOWN | 0 | Axis type could not be determined. |
AxisType.LINEAR | 1 | A linear axis that accepts length units for position. |
AxisType.ROTARY | 2 | A rotary axis that accepts angle units for position. |
AxisType.PROCESS | 3 | A process on a process controller. |
AxisType.LAMP | 4 | A lamp on a light source controller. |