Home / documentation / Logic Gates - 1.0.0

Logic Gates

NAND Gate

In digital electronics, a NAND gate (NOT-AND) is a logic gate which produces an output which is false only if all its inputs are true; thus its output is complement to that of an AND gate. A LOW (0) output results only if all the inputs to the gate are HIGH (1); if any input is LOW (0), a HIGH (1) output results.

If the truth table for a NAND gate is examined or by applying De Morgan's Laws, it can be seen that if any of the inputs are 0, then the output will be 1. To be an OR gate, however, the output must be 1 if any input is 1. Therefore, if the inputs are inverted, any high input will trigger a high output.

                                                                                 

Case 1: Default Settings


1. Default Node Style

                                             

 

2. Property Window

                                               

 

3. Default Preview

                                        

 

Case 1: Testing for Two Ports


1. Node Style           

                                

 

2. Property Window

                             

3. View in HOST

                              

 

Note:-Similarly, it can be tested for other ports

 

 

 

 

 

 

 

 

 

 

 

 

 

On this page: