.Buildings.Controls.OBC.CDL.Types.SimpleController

Enumeration defining P, PI, PD, or PID simple controller type

Information

Enumeration to define the type of the controller. Possible values are:

Enumeration Description
P Controller with proportional term.
PI Controller with proportional and integral terms.
PD Controller with proportional and derivative term.
PID Controller with proportional, integral and derivative terms.

Definition

type SimpleController = enumeration(P "P controller", PI "PI controller", PD "PD controller", PID "PID controller");

Revisions


Generated at 2025-03-13T19:24:49Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos