API Reference v10.0.0

GetAxisSettingResultdata class

Module: zaber_motion.ascii

The response from a multi-get axis command.

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

Index

pProperties

Properties

p

setting

get_axis_setting_result.setting
str The setting read.
p

value

get_axis_setting_result.value
float The value read. The value is NaN when the device responds with NA, indicating the setting is not supported by the axis.
p

unit

get_axis_setting_result.unit
UnitsAndLiterals The unit of the values.