AND

Description
Logical AND gate.
The output is true only when all input signals are true.
| In1 | In2 | Output |
|---|---|---|
| 0 | 0 | 0 |
| 0 | 1 | 0 |
| 1 | 0 | 0 |
| 1 | 1 | 1 |
Important
Non-zero input values are treated as true.
Library
Control > Logic
Parameters
| Property | Display Name | Parameter Type | Description |
|---|---|---|---|
| SamplingTime | Sampling Time [s] | DoubleParameter | Sampling Time |
Pins
| Property | Pin Name | Type | Description |
|---|---|---|---|
| In1 | In1 | ControlIn | Input 1 |
| In2 | In2 | ControlIn | Input 2 |
| Out | Out | ControlOut | Output |
Default Size
| Width | Height |
|---|---|
| 4 | 4 |