blockGreaterEqual
Output y is true, if input u1 is greater or equal than input u2
Information
Block that outputs true if Integer the input u1
is greater than or equal to the Integer input u2.
Otherwise the output is false.
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.CDL.Interfaces.IntegerInput | u1 | First input u1 | |
| Buildings.Controls.OBC.CDL.Interfaces.IntegerInput | u2 | Second input u2 | |
| Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput | y | Outputs true if u1 is greater or equal than u2 |
Revisions
-
August 30, 2017, by Jianjun Hu:
First implementation, based on the implementation of the Modelica Standard Library.