API Reference v9.2.0

SetDeviceStateExceptionDatadata class

Module: zaber_motion.exceptions

Contains additional data for a SetDeviceStateFailedException.

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

Properties

p

settings

set_device_state_exception_data.settings
List[str] A list of settings which could not be set.
p

stream_buffers

set_device_state_exception_data.stream_buffers
List[str] The reason the stream buffers could not be set.
p

pvt_buffers

set_device_state_exception_data.pvt_buffers
List[str] The reason the pvt buffers could not be set.
p

triggers

set_device_state_exception_data.triggers
List[str] The reason the triggers could not be set.
p

servo_tuning

set_device_state_exception_data.servo_tuning
str The reason servo tuning could not be set.
p

stored_positions

set_device_state_exception_data.stored_positions
List[str] The reasons stored positions could not be set.
p

storage

set_device_state_exception_data.storage
List[str] The reasons storage could not be set.
p

peripherals

set_device_state_exception_data.peripherals
List[SetPeripheralStateExceptionData] Errors for any peripherals that could not be set.