addConfigSet
Add configuration set
Syntax
cgvObj
.addConfigSet(configSet)
cgvObj
.addConfigSet('configSetName')
cgvObj
.addConfigSet('file','configSetFileName')
cgvObj
.addConfigSet('file','configSetFileName','variable', 'configSetName
')
Description
is
an optional method that adds the configuration set to the object. cgvObj
.addConfigSet(configSet
)
is
a handle to a cgvObj
cgv.CGV
object.
is
a variable that specifies a configuration set.configSet
is
an optional method that adds the configuration set to the object. cgvObj
.addConfigSet('configSetName
')
is
a character vector that specifies the name of the configuration
set in the workspace.configSetName
is an optional method that adds the configuration set to the object. cgvObj
.addConfigSet('file','configSetFileName
')
is
a character vector that specifies the name of the file
that contains only one configuration set.configSetFileName
is
an optional method that adds the configuration set to the object.
The file contains one or more configuration sets. Specify the name
of the configuration set to use. cgvObj
.addConfigSet('file','configSetFileName
','variable', 'configSetName
')
This method replaces the configuration parameter values in the
model with the values from the configuration set that you add. The
object applies the configuration set when you call the run
method.
You can add only one configuration set for each cgv.CGV
object.