typePID_representation
Enumeration defining the representation of a PID controller
Information
Literals
| Name | Description |
|---|---|
| gains | Gains representation: G_PID = kp + ki/s + kd*s |
| timeConstants | Time constants representation: G_PID = k*(1 + 1/Ti/s + Td*s) |