API Reference v9.1.0

ParamsetInfodata class

Module: zaber_motion.ascii

The raw parameters currently saved to a given paramset.

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

Index

Properties

p

type

paramset_info.type
str The tuning algorithm used for this axis.
p

version

paramset_info.version
int The version of the tuning algorithm used for this axis.
p

params

paramset_info.params
List[ServoTuningParam] The raw tuning parameters of this device.