The online document gives the list of the table as just pairs of data, but does not show that the first element of table is the index value x as below:
table(x,a,b,c,d,...) | Interpolate a value for x based on a look up table given as a set of pairs of points. |
This is what the online shows for searching table.
Syntax:
Exxx n+ n- nc+ nc- table=(<value pair>, <value pair>, ...)
A look-up table is used to specify the transfer function. The table is a list of pairs of numbers. The second value of the pair is the output voltage when the control voltage is equal to the first value of that pair. The output is linearly interpolated when the control voltage is between specified points. If the control voltage is beyond the range of the look-up table, the output voltage is extrapolated as a constant voltage of the last point of the look-up table.
Only when I scan further down in the table search results do I see the Waveform arithmetic description, which I have shown at the very top of this report.
table(x,a,b,c,d,...) | Interpolate a value for x based on a look up table given as a set of pairs of points. |
Please fix the online document.