Library: | Gates | ||||
Introduced: | 2.0 Beta 1 | ||||
Appearance: |
|
The NOT Gate emits the complement of whatever input it receives. The truth table for a NOT gate is the following.
x | out |
---|---|
0 | 1 |
1 | 0 |
If the input is unspecified (i.e., floating), then the output will also be unspecified - unless the "Gate Output When Undefined" option is "Error for undefined inputs," in which case the output is an error. If the input is an error value, then the output will also be.
A multi-bit NOT gate will perform the above transformation bitwise on its input.
When the component is selected or being added, Alt-0 through Alt-9 alter its Data Bits
attribute and the arrow keys alter its Facing
attribute.
floating) value instead. This allows wired-or and wired-and connections, as illustrated in the AND/OR/NAND/NOR Gate documentation.
None.
Allows the label associated with the gate to be edited.