Main Content
activateConfigSet
Activate configuration set of model
Syntax
cgvObj
.activateConfigSet(configSetName)
Description
specifies
the active configuration set for the model, only while the model is
executed by cgvObj
.activateConfigSet(configSetName
) cgvObj
.
is
a handle to a cgvObj
cgv.CGV
object. configSetName
is
the name of a configuration set object, Simulink.ConfigSet
,
which already exists in the model. The original configuration set
for the model is restored after execution of the cgv.CGV
object.