GetSettingResultdata class
Module: zaber_motion.ascii
The response from a multi-get command.
To use this type, add from zaber_motion.ascii import GetSettingResult to the top of your source code.
Properties
pget_setting_result.setting
str The setting read.
pget_setting_result.values
List[float] The list of values returned.