WOLFRAM SYSTEM MODELER

GreaterEqualThreshold

Output y is true, if input u is greater or equal than threshold

Wolfram Language

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

Information

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

The output is true if the Real input is greater than or equal to parameter threshold, otherwise the output is false.

Parameters (1)

threshold

Value: 0

Type: Real

Description: Comparison with respect to threshold

Connectors (2)

u

Type: RealInput

Description: Connector of Real input signal

y

Type: BooleanOutput

Description: Connector of Boolean output signal

Used in Examples (1)

FirstExample_Variant2

Modelica.StateGraph.Examples

A variant of the first simple StateGraph example