|
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. | |
| double | pm |
| Phase margin of the velocity system. | |
| double | msens |
| Measurement sensitivity of the velocity system. | |
| double | act_bw |
| Active bandwidth of the system. | |
| double | vel_cl |
| Closed-loop velocity value of the system. | |
| double | noise_resp |
| Noise response in the velocity autotuning process. | |
| double | max_KS |
| Maximum allowed gain scale factor. | |
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.