blockAnd

Logical 'and': y = u1 and u2

Information

Block that outputs true if all inputs are true. Otherwise the output is false.

Connectors

TypeNameDefaultDescription
Buildings.Controls.OBC.CDL.Interfaces.BooleanInputu1Input signal for logical 'and'
Buildings.Controls.OBC.CDL.Interfaces.BooleanInputu2Input signal for logical 'and'
Buildings.Controls.OBC.CDL.Interfaces.BooleanOutputyOutputs true if u1 and u2 are both true

Revisions

  • January 3, 2017, by Michael Wetter:
    First implementation, based on the implementation of the Modelica Standard Library.