UnknownResponseEventdata class
Module: zaber_motion.ascii
Reply that could not be matched to a request.
To use this type, add from zaber_motion.ascii import UnknownResponseEvent to the top of your source code.
Properties
punknown_response_event.device_address
int Number of the device that sent the message.
punknown_response_event.axis_number
int Number of the axis which the response applies to. Zero denotes device scope.
punknown_response_event.reply_flag
str The reply flag indicates if the request was accepted (OK) or rejected (RJ). Does not apply to info messages.
punknown_response_event.status
str The device status contains BUSY when the axis is moving and IDLE otherwise. Does not apply to info messages.
punknown_response_event.warning_flag
str The warning flag contains the highest priority warning currently active for the device or axis. Does not apply to info messages.
punknown_response_event.data
str Response data which varies depending on the request.
punknown_response_event.message_type
MessageType Type of the response received (only Reply or Info).