API Reference v9.2.0

GetSettingTypedResultdata class

Module: zaber_motion.ascii

The response from a multi-get command with typed values.

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

Index

Properties

p

setting

get_setting_typed_result.setting
str The setting read.
p

values

get_setting_typed_result.values
List[TypedSetting] The list of values returned.
p

unit

get_setting_typed_result.unit
UnitsAndLiterals The unit of the values.