blockGreaterThreshold
Output y is true, if input u is greater than threshold
Extends from Blocks.Interfaces.partialBooleanThresholdComparison (Partial block to compare the Real input u with a threshold and provide the result as 1 Boolean output signal).
Information
The output is true if the Real input is greater than parameter threshold, otherwise the output is false.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | threshold (from partialBooleanThresholdComparison) | 0 | Comparison with respect to threshold |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Blocks.Interfaces.RealInput | u (from partialBooleanThresholdComparison) | Connector of Real input signal | |
| Blocks.Interfaces.BooleanOutput | y (from partialBooleanThresholdComparison) | Connector of Boolean output signal |