To use this type, add from zaber_motion.binary import DeviceType to the top of your source code.
| Name | Value | Description |
|---|---|---|
DeviceType.UNKNOWN | 0 | Device type could not be determined. |
DeviceType.LINEAR | 1 | A linear device that accepts length units for position. |
DeviceType.ROTARY | 2 | A rotary device that accepts angle units for position. |