AlertEventdata class
Module: zaber_motion.ascii
Alert message received from the device.
To use this type, add from zaber_motion.ascii import AlertEvent to the top of your source code.
Properties
palert_event.device_address
int Number of the device that sent the message.
palert_event.axis_number
int Number of the axis which the response applies to. Zero denotes device scope.
palert_event.status
str The device status contains BUSY when the axis is moving and IDLE otherwise.
palert_event.warning_flag
str The warning flag contains the highest priority warning currently active for the device or axis.
palert_event.data
str Response data which varies depending on the request.