addConfigSet
Add configuration set
Syntax
cgvObj.addConfigSet(configSet)
cgvObj.addConfigSet('configSetName')
cgvObj.addConfigSet('file','configSetFileName')
cgvObj.addConfigSet('file','configSetFileName','variable', 'configSetName')
Description
cgvObj.addConfigSet(configSet)cgvObjcgv.CGV object. configSet
cgvObj.addConfigSet('configSetName')configSetName
cgvObj.addConfigSet('file','configSetFileName')configSetFileName
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.