CommandFailedExceptionDatadata class
Module: zaber_motion.exceptions
Contains additional data for CommandFailedException.
To use this type, add from zaber_motion.exceptions import CommandFailedExceptionData to the top of your source code.
Properties
pcommand_failed_exception_data.command
str The command that got rejected.
pcommand_failed_exception_data.response_data
str The data from the reply containing the rejection reason.
pcommand_failed_exception_data.reply_flag
str The flag indicating that the command was rejected.
pcommand_failed_exception_data.status
str The current device or axis status.
pcommand_failed_exception_data.warning_flag
str The highest priority warning flag on the device or axis.
pcommand_failed_exception_data.device_address
int The address of the device that rejected the command.
pcommand_failed_exception_data.axis_number
int The number of the axis which the rejection relates to.
pcommand_failed_exception_data.id
int The message ID of the reply.