Appearance
NOT
Logical NOT gate (inverter). Output is 1 when the integer input is zero, else 0.
Category: Digital Logic / Gates
Keywords: !, ¬, boolean, logic, gate, binary, inverter, negate
Ports
| Name | Direction | Value type | Notes |
|---|---|---|---|
in | input | int | |
out | output | int |
Parameters
This component has no user-editable parameters.
Implemented in C++ class SimCompCtlNot (components/control/CSim_comp_ctl_not/sim_comp_ctl_not.h).