Logic

NOT Block

Logical NOT gate - inverts the input signal

Open NOT in BlockWerk →

# NOT Gate Block

Overview

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

See Also