Logic

NOT Block

Logical NOT gate - inverts the input signal

Open NOT in BlockWerk →

# NOT Gate Block

Description

The NOT gate (inverter) implements logical negation. Output is 1 if input is 0, and 0 if input is 1.

Truth Table

| Input | Output | | ----- | ------ | | 0 | 1 | | 1 | 0 |

Logic

Typical Applications

Parameters

numInputs

Type: number (Default: 1)

Number of Inputs parameter description placeholder.

operation

Type: string (Default: "NOT")

Operation parameter description placeholder.

Examples

Remarks

See Also