WOLFRAM SYSTEM MODELER
partialBooleanComparisonPartial block with 2 Real input and 1 Boolean output signal (the result of a comparison of the two Real inputs) |
SystemModel["Modelica.Blocks.Interfaces.partialBooleanComparison"]
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).
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 |
Modelica.Blocks.Logical Output y is true, if input u1 is less or equal than input u2 |
|
Modelica.Blocks.Logical Output y is true, if input u1 is less than input u2 |
|
Modelica.Blocks.Logical Output y is true, if input u1 is greater or equal than input u2 |
|
Modelica.Blocks.Logical Output y is true, if input u1 is greater than input u2 |