API Reference v9.2.0

GetSettingdata class

Module: zaber_motion.ascii

Specifies a setting to get with one of the multi-get commands.

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

Index

pProperties

Properties

p

setting

get_setting.setting
str The setting to read.
p

axes

optional
get_setting.axes
List[int] The list of axes to read.
p

unit

optional
get_setting.unit
Optional[UnitsAndLiterals] The unit to convert the read settings to.