API Reference v9.2.0

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

p

command

command_failed_exception_data.command
str The command that got rejected.
p

response_data

command_failed_exception_data.response_data
str The data from the reply containing the rejection reason.
p

reply_flag

command_failed_exception_data.reply_flag
str The flag indicating that the command was rejected.
p

status

command_failed_exception_data.status
str The current device or axis status.
p

warning_flag

command_failed_exception_data.warning_flag
str The highest priority warning flag on the device or axis.
p

device_address

command_failed_exception_data.device_address
int The address of the device that rejected the command.
p

axis_number

command_failed_exception_data.axis_number
int The number of the axis which the rejection relates to.
p

id

command_failed_exception_data.id
int The message ID of the reply.