API Reference v10.0.0

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.

Index

Properties

p

setting

get_setting_result.setting
str The setting read.
p

values

get_setting_result.values
List[float] The list of values returned. A value is NaN when the device responds with NA, indicating the setting is not supported by the device or an axis.
p

unit

get_setting_result.unit
UnitsAndLiterals The unit of the values.