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
psimple_tuning_param_definition.name
str The name of the parameter.
psimple_tuning_param_definition.min_label
str The human readable description of the effect of a lower value on this setting.
psimple_tuning_param_definition.max_label
str The human readable description of the effect of a higher value on this setting.
psimple_tuning_param_definition.data_type
str How this parameter will be parsed by the tuner.
psimple_tuning_param_definition.default_value
Optional[float] The default value of this parameter.