Not
Logical 'not': y = not u
Library
Modelica/Blocks/MathBoolean
Description
The output is false if at least one input is true, otherwisethe output is true.
The input connector is a vector of Boolean input signals.When a connection line is drawn, the dimension of the inputvector is enlarged by one and the connection is automaticallyconnected to this new free index (thanks to theconnectorSizing annotation).
The usage is demonstrated, e.g., in exampleModelica.Blocks.Examples.BooleanNetwork1.
Ports
Name | Type | Description | IO Type | Number |
---|---|---|---|---|
u | implicit | Boolean input signal | input | 1 |
y | implicit | Boolean output signal | output | 1 |