API Reference v9.2.0

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.

Index

Properties

p

warnings

movement_failed_exception_data.warnings
List[str] The full list of warnings.
p

reason

movement_failed_exception_data.reason
str The reason for the Exception.
p

device

movement_failed_exception_data.device
int The address of the device that performed the failed movement.
p

axis

movement_failed_exception_data.axis
int The number of the axis that performed the failed movement.