.Modelica_Requirements.LogicalBlocks.AllTrue

Information

Output y is true if all inputs are true, otherwise output y is false.

The input connector is a vector of Boolean input signals. When a connection line is drawn, the dimension of the input vector is enlarged by one and the connection is automatically connected to this new free index (thanks to the connectorSizing annotation).

If no connection to the input connector "u" is present, the output is set to: y=true.

Example

This block is demonstrated with the following example:

results in

simulation result

This block is similar to block And, but has a slightly different icon, the internal function call is inlined (so it is a bit more efficient), and y = true instead of false, if there are no connections.


Generated at 2024-04-18T18:15:58Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos