functionlimit
Limit input u by uMin and uMax
Extends from Modelica.Icons.Function (Icon for functions).
Information
Limit input by lower and upper limit
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | u | Input to be limited | |
| Real | uMin | Minimum of input | |
| Real | uMax | Maximum of input |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | y | Limited input |