blockGreaterEqualThreshold
Output y is true, if input u is greater or equal than threshold
Extends from Modelica.Icons.ObsoleteModel (Icon for classes that are obsolete and will be removed in later versions).
Information
Block that outputs true if the Real input is greater than or equal to
the parameter threshold.
Otherwise the output is false.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | threshold | 0 | Threshold for comparison |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.CDL.Interfaces.RealInput | u | Connector of Real input signal | |
| Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput | y | Connector of Boolean output signal |
Revisions
-
August 6, 2020, by Michael Wetter:
Moved block to obsolete package. -
January 3, 2017, by Michael Wetter:
First implementation, based on the implementation of the Modelica Standard Library.