blockMultiAnd
Logical MultiAnd, y = u[1] and u[2] and u[3] and ...
Information
Block that outputs y = true if and only if
all elements of the input vector u are true.
If no connection to the input connector u is present,
the output is y=false.
See Buildings.Controls.OBC.CDL.Logical.Validation.MultiAnd for an example.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | nin | 0 | Number of input connections |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.CDL.Interfaces.BooleanInput[nin] | u | Input signals | |
| Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput | y | Output with true if all input signals are true |
Revisions
-
July 26, 2021, by Jianjun Hu:
Renamed parameternutonin. This is for Buildings, issue 2580. -
June 28, 2017, by Jianjun Hu:
First implementation. This is for Buildings, issue 825.