blockAnd3
Logical 'and3': y = u1 and u2 and 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 all inputs are 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
-
August 29, 2023, by Hongxiang Fu:
Moved this model to theObsoletepackage. This is for issue 2465. -
April 10, 2017, by Jianjun Hu:
First implementation, based on the implementation of the Modelica Standard Library.