---
generated_by: gdlink-build
generated_at: 2026-06-23T12:34:28Z
do_not_edit: true
title: NAND
brick_type: gate
tier: Basic
generated: true
---
# NAND
**Category:** Gate
**Tier:** Basic
## Purpose
Outputs TRUE when NOT all connected inputs are active simultaneously.
## Visual Reference
```{raw} html
```
## When To Use
- Safety interlocks (don't execute if all conditions met)
- Conflict prevention (error if all flags set)
- Inverted requirements (do X unless all conditions)
- Error detection (something wrong if all sensors active)
- Mutually exclusive states (not all can be true)
## Runtime Behavior
**Triggers**: When at least one connected input is FALSE (inverse of AND)
```{raw} html
```
## Properties
| Property | Type | Default | Notes |
|---|---|---|---|
| Type | option | NAND | Logic gate type - change without reconnecting |
## Example Use Cases
**Safety Interlock**:
> Sample inspector layout removed for compatibility.
**Prevent Overcrowding**:
> Sample inspector layout removed for compatibility.
**Error Detection**:
> Sample inspector layout removed for compatibility.
**Conditional Action**:
> Sample inspector layout removed for compatibility.