SetStateAxisResponsedata class
Module: zaber_motion.ascii
An object containing any non-blocking issues encountered when loading a saved state to an axis.
To use this type, add from zaber_motion.ascii import SetStateAxisResponse to the top of your source code.
Properties
pset_state_axis_response.warnings
List[str] The warnings encountered when applying this state to the given axis.
pset_state_axis_response.axis_number
int The number of the axis that was set.