blockOr3
Logical 'or': y = u1 or u2 or u3
Extends from Modelica.Icons.ObsoleteModel (Icon for classes that are obsolete and will be removed in later versions).
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 | Connector of first Boolean input signal | |
| Buildings.Controls.OBC.CDL.Interfaces.BooleanInput | u2 | Connector of second Boolean input signal | |
| Buildings.Controls.OBC.CDL.Interfaces.BooleanInput | u3 | Connector of third Boolean input signal | |
| Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput | y | Connector of Boolean output signal |
Revisions
-
December 8, 2023, by Jianjun Hu:
Moved this model to theObsoletepackage. This is for issue 3595. -
April 10, 2017, by Jianjun Hu:
First implementation, based on the implementation of the Modelica Standard Library.