API Reference v9.1.0

SimpleTuningdata class

Module: zaber_motion.ascii

The masses and parameters last used by simple tuning.

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

Properties

p

is_used

simple_tuning.is_used
bool Whether the tuning returned is currently in use by this paramset, or if it has been overwritten by a later change.
p

is_set

simple_tuning.is_set
bool If this paramset has been tuned using the simple tuning method, whether or not it's currently in use.
p

carriage_inertia

optional
simple_tuning.carriage_inertia
Optional[float] The inertia of the carriage in kg (for linear devices) or kg⋅m² (for rotary devices).
p

motor_inertia

optional
simple_tuning.motor_inertia
Optional[float] The inertia of the motor in kg⋅m².
p

load_inertia

simple_tuning.load_inertia
float The inertia of the load in kg (for linear devices) or kg⋅m² (for rotary devices), excluding the inertia of the carriage.
p

tuning_params

simple_tuning.tuning_params
List[ServoTuningParam] The parameters used by simple tuning.
p

enable_feed_forward

simple_tuning.enable_feed_forward
bool Whether feed-forward compensation was enabled when this tuning was applied.