WOLFRAM SYSTEM MODELER
GreaterEqualThresholdOutput y is true, if input u is greater or equal than threshold |
SystemModel["Modelica.Blocks.Logical.GreaterEqualThreshold"]
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.
threshold |
Value: 0 Type: Real Description: Comparison with respect to threshold |
---|
u |
Type: RealInput Description: Connector of Real input signal |
|
---|---|---|
y |
Type: BooleanOutput Description: Connector of Boolean output signal |
Modelica.StateGraph.Examples A variant of the first simple StateGraph example |