blockMultiOr
Logical MultiOr, y = u[1] or u[2] or u[3] or ...
Information
Block that outputs y = true if any element in the input
vector u is true.
If no connection to the input connector u is present,
the output is y=false.
See Buildings.Controls.OBC.CDL.Logical.Validation.MultiOr 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 at least one input is true |
Revisions
-
July 26, 2021, by Jianjun Hu:
Renamed parameternutonin. This is for Buildings, issue 2580. -
June 6, 2019, by Milica Grahovac:
First implementation.