API Reference v9.2.0

MessageTypeenum

Module: zaber_motion.ascii

Denotes type of the response message. For more information refer to: ASCII Protocol Manual.

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

NameValueDescription
MessageType.REPLY0A direct response to a command sent to the device.
MessageType.INFO1An additional data message supplementing a reply.
MessageType.ALERT2An unsolicited message from the device reporting a status change.