API Reference v9.2.0

DeviceTypeenum

Module: zaber_motion.binary

Denotes type of an device and units it accepts.

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

NameValueDescription
DeviceType.UNKNOWN0Device type could not be determined.
DeviceType.LINEAR1A linear device that accepts length units for position.
DeviceType.ROTARY2A rotary device that accepts angle units for position.