functionspliceFunction
Spline interpolation of two functions
Extends from Modelica.Icons.Function (Icon for functions).
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | pos | Returned value for x-deltax >= 0 | |
| Real | neg | Returned value for x+deltax <= 0 | |
| Real | x | Function argument | |
| Real | deltax | 1 | Region around x with spline interpolation |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | out |