MovementFailedExceptionDatadata class
Module: zaber_motion.exceptions
Contains additional data for MovementFailedException.
To use this type, add from zaber_motion.exceptions import MovementFailedExceptionData to the top of your source code.
Properties
pmovement_failed_exception_data.warnings
List[str] The full list of warnings.
pmovement_failed_exception_data.reason
str The reason for the Exception.
pmovement_failed_exception_data.device
int The address of the device that performed the failed movement.
pmovement_failed_exception_data.axis
int The number of the axis that performed the failed movement.