API Reference v9.2.0

SetStateDeviceResponsedata class

Module: zaber_motion.ascii

An object containing any non-blocking issues encountered when loading a saved state to a device.

To use this type, add from zaber_motion.ascii import SetStateDeviceResponse to the top of your source code.

Index

Properties

p

warnings

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

axis_responses

set_state_device_response.axis_responses
List[SetStateAxisResponse] A list of axis responses, potentially with warnings encountered when applying this state to the device's axes.