.ModelicaAdditions.Blocks.Logical.AND

Logical AND Block

Information

Logical AND Block

The output y is true, if the first input u1 and
the second input u2 are both true.
In all other cases the output y is false.

+---------------------------------+
|     input             output    |
|                  ->             |
|   u1     u2            y        |
+---------------------------------+
|   true   true          true     |
|   true   false         false    |
|   false  true          false    |
|   false  false         false    |
+---------------------------------+

Generated at 2025-04-18T18:20:08Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos