blockGreaterEqualThreshold

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

Extends from Modelica.Icons.ObsoleteModel (Icon for classes that are obsolete and will be removed in later versions).

Information

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

Parameters

TypeNameDefaultDescription
Realthreshold0Threshold for comparison

Connectors

TypeNameDefaultDescription
Buildings.Controls.OBC.CDL.Interfaces.RealInputuConnector of Real input signal
Buildings.Controls.OBC.CDL.Interfaces.BooleanOutputyConnector 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.