griddedTableDef
griddedTableDef — Defines an orthogonally gridded table of data points
Attributes
- 
name
 (optional) The name of the gridded table.
- 
gtID
 
	An internal identifier for the table. As of DAVE-ML 2.0, it is
	required for all tables (previously was required only if the
	table was to be be reused by another function or was defined
	outside of a function.
      
- 
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
      may be specified separately from the actual function
      declaration.