AND

Description
The truth table for the And Logic Gate is:
| In1 | In2 | Out |
|---|---|---|
| 0 | 0 | 0 |
| 0 | 1 | 0 |
| 1 | 0 | 0 |
| 1 | 1 | 1 |
Important
Non-zero inputs are treated as 1
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 |