WOLFRAM SYSTEM MODELER

partialBooleanComparison

Partial block with 2 Real input and 1 Boolean output signal (the result of a comparison of the two Real inputs)

Wolfram Language

In[1]:=
SystemModel["Modelica.Blocks.Interfaces.partialBooleanComparison"]
Out[1]:=

Information

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

Block has two continuous Real input and one continuous Boolean output signal as a result of the comparison of the two input signals. The block has a 3D icon (e.g., used in Blocks.Logical library).

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

Extended by (4)

LessEqual

Modelica.Blocks.Logical

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

Less

Modelica.Blocks.Logical

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

GreaterEqual

Modelica.Blocks.Logical

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

Greater

Modelica.Blocks.Logical

Output y is true, if input u1 is greater than input u2