adapnex::core::PID::KP

Proportional gain. Acts as the conversion multiplier from ProcessType to ControlType. Must be finite and non‐zero. A zero or non‐finite KP holds the previous OUT for that cycle and the internal state is not updated.

Synopsis

Declared in <adapnex/core/pid.h>

KpType KP = {};

Created with MrDocs