Simulink.BlockDiagram.propagateConfigSet
Propagate top model configuration reference to referenced models
Syntax
Description
[
propagates the
configuration reference for the model isPropagated
, convertedModels
]
= Simulink.BlockDiagram.propagateConfigSet(mdl
)mdl
to all referenced
models. Execute the function from a writable folder.
[
propagates the configuration reference for the isPropagated
, convertedModels
]
= Simulink.BlockDiagram.propagateConfigSet(mdl
,'include',refmodels
)mdl
to the
models in the list refmodels
. Execute the function from a
writable folder.
[
propagates the configuration reference for the model isPropagated
, convertedModels
]
= Simulink.BlockDiagram.propagateConfigSet(mdl
,'exclude',refmodels
)mdl
to all
referenced models in the hierarchy except for the models in the list
refmodels
. Execute the function from a writable
folder.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2012b