addInputData
Add input data
Syntax
cgvObj
.addInputData(inputName, inputDataFile)
Description
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
.
Input Arguments
|
|
|
|
Tips
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, thecgv.CGV
object runs once using data in the base workspace.The
cgvObj
uses theinputName
to identify the input data associated with output data and output data files.cgvObj
passesinputName
to a callback function to identify the input data that the callback function uses.