API Reference v9.2.0

GetAxisSettingTypedResultdata class

Module: zaber_motion.ascii

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

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

Index

pProperties

Properties

p

setting

get_axis_setting_typed_result.setting
str The setting read.
p

value

get_axis_setting_typed_result.value
TypedSetting The value returned.
p

unit

get_axis_setting_typed_result.unit
UnitsAndLiterals The unit of the value.