blockAnd
Logical 'and': y = u1 and u2
Extends from Blocks.Interfaces.partialBooleanSI2SO (Partial block with 2 input and 1 output Boolean signal).
Information
The output is true if all inputs are true, otherwise the output is false.
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Blocks.Interfaces.BooleanInput | u1 (from partialBooleanSI2SO) | Connector of first Boolean input signal | |
| Blocks.Interfaces.BooleanInput | u2 (from partialBooleanSI2SO) | Connector of second Boolean input signal | |
| Blocks.Interfaces.BooleanOutput | y (from partialBooleanSI2SO) | Connector of Boolean output signal |