WOLFRAM SYSTEM MODELER

LessEqual

Output y is true, if input u1 is less or equal than input u2

Wolfram Language

In[1]:=
SystemModel["Modelica.Blocks.Logical.LessEqual"]
Out[1]:=

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

The output is true if Real input u1 is less than or equal to Real input u2, otherwise the output is false.

Connectors (3)

u1

Type: RealInput

Description: Connector of first Real input signal

u2

Type: RealInput

Description: Connector of second Real input signal

y

Type: BooleanOutput

Description: Connector of Boolean output signal