blockOr
Logical 'or': y = u1 or u2
Information
Block that outputs true if at least one input
is true.
Otherwise the output is false.
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.CDL.Interfaces.BooleanInput | u1 | Input for logical 'or' | |
| Buildings.Controls.OBC.CDL.Interfaces.BooleanInput | u2 | Input for logical 'or' | |
| Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput | y | Output with true if at least one of the inputs is true |
Revisions
-
January 3, 2017, by Michael Wetter:
First implementation, based on the implementation of the Modelica Standard Library.