Edit Lookup Table¶
Introduction¶
This tool is used to edit the values of a lookup table. A lookup table provides sampled data that other components can query at runtime. Users define tabulated data, and the solver performs interpolations when the table is called from a UDF or other logic. The lookup table is a two-column table that represents user-defined tabular data as ordered pairs (x, y). The x-column represents the independent variable, and the y-column represents the dependent variable. The data pairs in the lookup data do not need to be equally spaced, nor do the pairs need to be sorted in any particular order. Any necessary ordering and/or interpolation will occur at runtime.
Access¶
When you select Edit Lookup Table on the Lookup Table context-specific toolbar, the table below will launch.
Lookup Table¶