partialBooleanSI2SO

Partial block with 2 input and 1 output Boolean signal

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

Block has two continuous Boolean input and one continuous Boolean output signal with a 3D icon (e.g., used in Blocks.Logical library).

Connectors (3)

u1

Type: BooleanInput

Description: Connector of first Boolean input signal

u2

Type: BooleanInput

Description: Connector of second Boolean input signal

y

Type: BooleanOutput

Description: Connector of Boolean output signal

Extended by (5)

Nand

Modelica.Blocks.Logical

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

Nor

Modelica.Blocks.Logical

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

Xor

Modelica.Blocks.Logical

Logical 'xor': y = u1 xor u2

Or

Modelica.Blocks.Logical

Logical 'or': y = u1 or u2

And

Modelica.Blocks.Logical

Logical 'and': y = u1 and u2