Enumeration to define the type of the controller. Possible values are:
| Enumeration | Description |
|---|---|
PI |
Controller with proportional and integral terms. |
PID |
Controller with proportional, integral and derivative terms. |
type SimpleController = enumeration(PI "PI controller", PID "PID controller");