SetPeripheralStateExceptionDatadata class
Module: zaber_motion.exceptions
Contains additional data for a SetPeripheralStateFailedException.
To use this type, add from zaber_motion.exceptions import SetPeripheralStateExceptionData to the top of your source code.
Properties
pset_peripheral_state_exception_data.axis_number
int The number of axis where the exception originated.
pset_peripheral_state_exception_data.settings
List[str] A list of settings which could not be set.
pset_peripheral_state_exception_data.servo_tuning
str The reason servo tuning could not be set.
pset_peripheral_state_exception_data.stored_positions
List[str] The reasons stored positions could not be set.
pset_peripheral_state_exception_data.storage
List[str] The reasons storage could not be set.