blockLessThreshold
Output y is true, if input u is less than a threshold
Information
Block that outputs true if the Integer input is less than
the parameter t.
Otherwise the output is false.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | t | 0 | Threshold for comparison |
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 less than the threshold |
Revisions
-
August 30, 2017, by Jianjun Hu:
First implementation, based on the implementation of the Modelica Standard Library.