Name

griddedTableDef — Defines an orthogonally-gridded table of data points

Attributes

name

(optional) - the name of the gridded table

gtID

(optional) - an internal, document-unique XMLname for the table

units

(optional) - units of measure for the table values

Description

A griddedTableDef contains points arranged in an orthogonal (but multi-dimensional) array, where the independent variables are defined by separate breakpoint vectors. This table definition is specified separately from the actual function declaration and requires an XML identifier attribute so that it may be used by multiple functions. The table data point values are specified as comma-separated values in floating-point notation (0.93638E-06) in a single long sequence as if the table had been unraveled with the last-specified dimension changing most rapidly. Line breaks are to be ignored. Comments may be embedded in the table to promote [human] readability.

Possible parents

DAVEfunc
functionDefn