blockGreater
Output y is true, if u is greater than threshold
Extends from Math.RealCondition.
Information
The output is true if Real input u1 is greater than Real input u2, otherwise the output is false.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| String | name (from RealCondition) | "Model name" |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Connectors.RealInput | u (from RealCondition) | Function to be compared to threshold | |
| Connectors.RealInput | threshold (from RealCondition) | Threshold | |
| Connectors.Boolean4Output | y (from RealCondition) | ||
| Connectors.BooleanOutput | decisionEvent (from RealCondition) | ||
| Connectors.FunctionTypeInput | ft (from RealCondition) | Function type (monotonic increasing, monotonic decreasing, non monotonic) |