ActionPIDRegulatedExpression Property |
RegulatedExpression is an expression for the measured control variable.
This value is what the PID controller will try to get to match the
setpoint expression value.
The new control value is calculated so as to minimize the difference between
RegulatedExpressionValue() and ReferenceExpressionValue(), where RegulatedExpressionValue() is the value
that changes in response to the control.
Namespace:
DHI.Mike1D.ControlModule
Assembly:
DHI.Mike1D.ControlModule (in DHI.Mike1D.ControlModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public MathExpression RegulatedExpression { get; set; }
Public Property RegulatedExpression As MathExpression
Get
Set
public:
property MathExpression^ RegulatedExpression {
MathExpression^ get ();
void set (MathExpression^ value);
}
Property Value
Type:
MathExpressionSee Also