blockThreshold
True, if u is greater than the given threshold
Extends from Interfaces.PartialConverters.SIBooleanSO (Generic converter with real input and boolean output).
Information
This information is part of the Business Simulation Library (BSL). Please support this work and ► donate.
The boolean output y is true, if the real input u is greather than threshold, and false otherwise.
See also
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | threshold | 0.5 | Threshold to determine true or false |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Connectors.BooleanOutput | y (from BooleanSO) | Boolean output | |
| Connectors.RealInput | u (from SIBooleanSO) | Input |