| Function |
Use this table to model up to 10 data pairs of data. The first input i is the index for the table. The number of pairs is given by p1.
| Parameter | Function | | p1 | Number of input pairs | | p2 | Type of interpolation: p2=0 No interpolation p2=1 Linear interpolation | | p3 | If p3=1 the pairs are repeated by i=i-(xp1+1-x0) | | x0 | value for x0 |
The first data pair is made from the fourth parameter and the second input:
| Input/parameter | Data Pair | | x0(parameter), y0(input) | data pair (x0, y0) | | x1(input), y1(input) | data pair (x1, y1) | | x2, y1 | data pair (x2, y2) | | x3, y2 | data pair (x3, y3) | | x4, y3 | data pair (x4, y4) | | x5, y4 | data pair (x5, y5) | | x6, y5 | data pair (x6, y6) | | x7, y6 | data pair (x7, y7) | | x8, y7 | data pair (x8, y8) | | x9, y8 | data pair (x9, y9) |
|