independentVarRef — References a predefined signal as an input to a function
independentVarRef : varID, [min], [max], [extrapolate], [interpolate] EMPTY
- the internal XML identifier for the input signal
(optional) - the allowable lower limit for the input signal
(optional) - the allowable upper limit for the input signal
(optional) - extrapolation flags for IV out-of-bounds (enumerated)
neither
min
max
both
(optional) - Interpolation flags for independent variable (enumerated)
linear
quadraticSpline
cubicSpline
An independentVarRef more fully describes the input mapping of the function by pointing to a separate breakpoint definition element. An optional extrapolate attribute describes how to extrapolate the output value when the input value exceeds specified values. An optional interpolate attribute indicates how to perform the interpolation within the table (using linear, quadratic or cubic splines). This allows common breakpoint values for many tables.
function |
NONE |