blockGreaterEqualThreshold

Output y is true, if input u is greater or equal than a threshold

Information

Block that outputs true if the Integer input is greater than or equal to the parameter t. Otherwise the output is false.

Parameters

TypeNameDefaultDescription
Integert0Threshold against which the input is compared to

Connectors

TypeNameDefaultDescription
Buildings.Controls.OBC.CDL.Interfaces.IntegerInputuInput to be compared against the threshold
Buildings.Controls.OBC.CDL.Interfaces.BooleanOutputyOutputs true if u is greater or equal than the threshold

Revisions

  • August 6, 2020, by Michael Wetter:
    Renamed threshold to t.
    This is for Buildings, issue 2076.
  • August 30, 2017, by Jianjun Hu:
    First implementation, based on the implementation of the Modelica Standard Library.