blockNot
Logical not
Information
Block that outputs true if the input is false,
and false if the input is true.
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.CDL.Interfaces.BooleanInput | u | Input to be negated | |
| Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput | y | Output with negated input |
Revisions
-
January 3, 2017, by Michael Wetter:
First implementation, based on the implementation of the Modelica Standard Library.