blockGreaterEqual
Output y is true, if input u1 is greater or equal than input u2
Extends from Modelica.Icons.ObsoleteModel (Icon for classes that are obsolete and will be removed in later versions).
Information
Block that outputs true if Real the input u1
is greater than or equal to the Real input u2.
Otherwise the output is false.
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.CDL.Interfaces.RealInput | u1 | Connector of first Real input signal | |
| Buildings.Controls.OBC.CDL.Interfaces.RealInput | u2 | Connector of second 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.