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

TypeNameDefaultDescription
Integernin0Number of input connections

Connectors

TypeNameDefaultDescription
Buildings.Controls.OBC.CDL.Interfaces.BooleanInput[nin]uInput signals
Buildings.Controls.OBC.CDL.Interfaces.BooleanOutputyOutput with true if all input signals are true

Revisions