Class: cgv.CGV
Package: cgv
Add input data
cgvObj
.addInputData(inputName, inputDataFile)
adds
an input data file to cgvObj
.addInputData(inputName
, inputDataFile
)cgvObj
. cgvObj
is
a handle to a cgv.CGV
object. inputName
is
a unique identifier, which cgvObj
associates
with the input data in inputDataFile
.
|
|
|
|
When calling addInputData
you
can modify configuration parameters by including their settings in
the input file, inputDataFile
.
If you omit calling addInputData
before
executing the model, the cgv.CGV
object runs once
using data in the base workspace.
The cgvObj
uses the inputName
to
identify the input data associated with output data and output data
files. cgvObj
passes inputName
to
a callback function to identify the input data that the callback function
uses.