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
pset_device_state_exception_data.settings
List[str] A list of settings which could not be set.
pset_device_state_exception_data.stream_buffers
List[str] The reason the stream buffers could not be set.
pset_device_state_exception_data.pvt_buffers
List[str] The reason the pvt buffers could not be set.
pset_device_state_exception_data.triggers
List[str] The reason the triggers could not be set.
pset_device_state_exception_data.servo_tuning
str The reason servo tuning could not be set.
pset_device_state_exception_data.stored_positions
List[str] The reasons stored positions could not be set.
pset_device_state_exception_data.storage
List[str] The reasons storage could not be set.
pset_device_state_exception_data.peripherals