API Reference v9.1.0

SimpleTuningParamDefinitiondata class

Module: zaber_motion.ascii

Information about a parameter used for the simple tuning method.

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

Properties

p

name

simple_tuning_param_definition.name
str The name of the parameter.
p

min_label

simple_tuning_param_definition.min_label
str The human readable description of the effect of a lower value on this setting.
p

max_label

simple_tuning_param_definition.max_label
str The human readable description of the effect of a higher value on this setting.
p

data_type

simple_tuning_param_definition.data_type
str How this parameter will be parsed by the tuner.
p

default_value

optional
simple_tuning_param_definition.default_value
Optional[float] The default value of this parameter.