API Reference v9.2.0

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.

Index

Properties

p

warnings

set_state_axis_response.warnings
List[str] The warnings encountered when applying this state to the given axis.
p

axis_number

set_state_axis_response.axis_number
int The number of the axis that was set.