getConfigSets - Get names of all of model's configuration sets or configuration references
Syntax
myConfigObjNames = getConfigSets('model')
Arguments
- model
The name of an open model, or gcs to specify
the current model
Description
getConfigSets returns a cell array of strings
specifying the names of all configuration sets and configuration references
(configuration objects) attached to 'model'.
Example
The following example obtains the names of the configuration
objects attached to the current model.
myConfigObjNames = getConfigSets(gcs)
See Also
Setting Up Configuration Sets, Referencing Configuration Sets
attachConfigSet, attachConfigSetCopy, closeDialog, detachConfigSet, getActiveConfigSet, getConfigSet, openDialog, setActiveConfigSet
 | getConfigSet | | getfullname |  |
Learn more about Simulink through this collection of videos, articles, technical literature and the Getting Started with Simulink Guide.
Get this Simulink Kit