Appearance
NAND
Logical NAND gate. Output is 0 only when both integer inputs are non-zero, else 1. Inverted AND.
Category: Digital Logic / Gates
Keywords: boolean, logic, gate, binary, inverted AND
Ports
| Name | Direction | Value type | Notes |
|---|---|---|---|
in_a | input | int | |
in_b | input | int | |
out | output | int |
Parameters
This component has no user-editable parameters.
Implemented in C++ class SimCompCtlNand (components/control/CSim_comp_ctl_nand/sim_comp_ctl_nand.h).