blockEqual

Output y is true, if input u1 is equal to input u2

Information

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

Connectors

TypeNameDefaultDescription
Buildings.Controls.OBC.CDL.Interfaces.IntegerInputu1Input to be checked for equality with other input
Buildings.Controls.OBC.CDL.Interfaces.IntegerInputu2Input to be checked for equality with other input
Buildings.Controls.OBC.CDL.Interfaces.BooleanOutputyOutputs that is true if the two inputs are equal, and false otherwise

Revisions

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