Motion Master
|
Represents the state of the velocity autotuning process. More...
#include <standalone_autotuning.h>
Public Attributes | |
double | gm |
Gain margin of the velocity system. More... | |
double | pm |
Phase margin of the velocity system. More... | |
double | msens |
Measurement sensitivity of the velocity system. More... | |
double | act_bw |
Active bandwidth of the system. More... | |
double | vel_cl |
Closed-loop velocity value of the system. More... | |
double | noise_resp |
Noise response in the velocity autotuning process. More... | |
double | max_KS |
Maximum allowed gain scale factor. More... | |
Represents the state of the velocity autotuning process.
This structure holds various parameters related to the current state of the autotuning, such as gain margins, phase margins, and other tuning-related metrics.
double VelocityAutoTuningState::act_bw |
Active bandwidth of the system.
double VelocityAutoTuningState::gm |
Gain margin of the velocity system.
double VelocityAutoTuningState::max_KS |
Maximum allowed gain scale factor.
double VelocityAutoTuningState::msens |
Measurement sensitivity of the velocity system.
double VelocityAutoTuningState::noise_resp |
Noise response in the velocity autotuning process.
double VelocityAutoTuningState::pm |
Phase margin of the velocity system.
double VelocityAutoTuningState::vel_cl |
Closed-loop velocity value of the system.