Main Content
attachConfigSet
Associate configuration set or configuration reference with model
Description
attachConfigSet(
associates the configuration set to the model and determines how Simulink® handles a name conflict between model
, configObj
, allowRename
)configObj
and any
configuration objects that are already attached to the model.
If allowRename
is false
and the configuration
object specified by configObj
has the same name as a configuration
object already attached to model
, Simulink generates an error. If allowRename
is
true
and a name conflict occurs, Simulink provides a unique name for configObj
before associating
it with the model.
Examples
Input Arguments
Version History
Introduced before R2006a