WOLFRAM SYSTEM MODELER

Nor

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

Wolfram Language

In[1]:=
SystemModel["Modelica.Blocks.Logical.Nor"]
Out[1]:=

Information

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

The output is true if none of the inputs is true, otherwise the output is false.

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

Used in Components (1)

RSFlipFlop

Modelica.Blocks.Logical

A basic RS Flip Flop