blockGreaterThreshold
Output y is true, if input u is greater than a threshold
Information
Block that outputs true if the Integer input is greater than
the parameter t.
Otherwise the output is false.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | t | 0 | Threshold against which the input is compared to |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.CDL.Interfaces.IntegerInput | u | Input to be compared against the threshold | |
| Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput | y | Outputs true if u is greater than the threshold |
Revisions
-
August 6, 2020, by Michael Wetter:
Renamedthresholdtot.
This is for Buildings, issue 2076. -
August 30, 2017, by Jianjun Hu:
First implementation, based on the implementation of the Modelica Standard Library.