blockMinLimiter
Limit the signal above a threshold
Extends from Modelica.Blocks.Interfaces.SISO (Single Input Single Output continuous control block).
Information
The block passes its input signal as output signal as long as the input is above uMin. If this is not the case, y=uMin is passed as output.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | uMin | 0 | Lower limit of input signal |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| RealInput | u (from SISO) | Connector of Real input signal | |
| RealOutput | y (from SISO) | Connector of Real output signal |