| Simulink | ![]() |
www.kxcad.net Home > CAE Software Index > MATLAB Index >
Dissociate configuration set or configuration reference from model
detachConfigSet('model', 'configObjName')
The name of an open model, or gcs to specify the current model
The name of a configuration set (Simulink.ConfigSet) or configuration reference (Simulink.ConfigSetRef)
detachConfigSet detaches the configuration set or configuration reference (configuration object) specified by 'configObjName' from model. If no such configuration object is attached to the model, an error occurs.
The following example detaches the configuration object named DevConfig from the current model. The code is the same whether DevConfig is a configuration set or configuration reference.
detachConfigSet(gcs, 'DevConfig');
Configuration Sets, Referencing Configuration Sets
attachConfigSet, attachConfigSetCopy, closeDialog, getActiveConfigSet, getConfigSet, getConfigSets, openDialog, setActiveConfigSet
| delete_param | disableimplicitsignalresolution | ![]() |
© 1984-2007 The MathWorks, Inc. Terms of Use Patents Trademarks Acknowledgments