Propagate top model configuration reference to referenced models
[
propagates
the configuration reference for isPropagated
, convertedModels
]
= Simulink.BlockDiagram.propagateConfigSet(model
)model
to all
referenced models. Execute the function from a writable folder.
[
propagates the
configuration reference for isPropagated
, convertedModels
]
= Simulink.BlockDiagram.propagateConfigSet(model
,
'include', refModels
)model
to the models
in the refModels
list. Execute the function from
a writable folder.
[
propagates the
configuration reference for isPropagated
, convertedModels
]
= Simulink.BlockDiagram.propagateConfigSet(model
,
'exclude', refModels
)model
to all referenced
models in the hierarchy except for the models in the refModels
list.
Execute the function from a writable folder.