ReplyOnlyEventdata class
Module: zaber_motion.binary
Spontaneous message received from the device.
To use this type, add from zaber_motion.binary import ReplyOnlyEvent to the top of your source code.
Properties
preply_only_event.device_address
int Number of the device that sent or should receive the message.
preply_only_event.command
int The warning flag contains the highest priority warning currently active for the device or axis.
preply_only_event.data
int Data payload of the message, if applicable, or zero otherwise.