WOLFRAM SYSTEM MODELER
getInterpolationCoefficientsDetermine interpolation coefficients and next time event |
|
SystemModel["Modelica.Blocks.Sources.TimeTable.getInterpolationCoefficients"]

| table |
Type: Real[:,2] Description: Table for interpolation |
|---|---|
| offset |
Type: Real Description: y-offset |
| startTimeScaled |
Type: Real Description: Scaled time-offset |
| timeScaled |
Type: Real Description: Actual scaled time instant |
| last |
Type: Integer Description: Last used lower grid index |
| TimeEps |
Type: Real Description: Relative epsilon to check for identical time instants |
| shiftTimeScaled |
Type: Real Description: Time shift |
| a |
Type: Real Description: Interpolation coefficient a (y=a*x + b) |
|---|---|
| b |
Type: Real Description: Interpolation coefficient b (y=a*x + b) |
| nextEventScaled |
Type: Real Description: Next scaled event instant |
| next |
Type: Integer Description: New lower grid index |