blockLessEqual

Output y is true, if input u1 is less or equal than input u2

Information

Block that outputs true if the Integer input u1 is less than or equal to the Integer input u2. Otherwise the output is false.

Connectors

TypeNameDefaultDescription
Buildings.Controls.OBC.CDL.Interfaces.IntegerInputu1First input
Buildings.Controls.OBC.CDL.Interfaces.IntegerInputu2Second input
Buildings.Controls.OBC.CDL.Interfaces.BooleanOutputyOutputs true if u1 is less or equal than u2

Revisions

  • August 30, 2017, by Jianjun Hu:
    First implementation, based on the implementation of the Modelica Standard Library.