blockNand

Logical 'nand': y = not (u1 and u2)

Information

Block that outputs true if at least one input is false. Otherwise the output is false.

Connectors

TypeNameDefaultDescription
Buildings.Controls.OBC.CDL.Interfaces.BooleanInputu1Input signal for 'nand'
Buildings.Controls.OBC.CDL.Interfaces.BooleanInputu2Input signal for 'nand'
Buildings.Controls.OBC.CDL.Interfaces.BooleanOutputyOutput with false if both inputs are true

Revisions

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