blockNor

Logical 'nor': y = not (u1 or u2)

Information

Block that outputs true if none of the inputs is true. Otherwise the output is false.

Connectors

TypeNameDefaultDescription
Buildings.Controls.OBC.CDL.Interfaces.BooleanInputu1Input signal for 'nor'
Buildings.Controls.OBC.CDL.Interfaces.BooleanInputu2Input signal for 'nor'
Buildings.Controls.OBC.CDL.Interfaces.BooleanOutputyOutput with false if at least one of the inputs is true

Revisions

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