linkToModel
Link AUTOSAR architecture component or composition to Simulink implementation model
Since R2020a
Description
linkToModel(
links the specified AUTOSAR architecture component to existing Simulink® implementation model component
,modelName
)modelName
. The component inherits
the interface of the linked implementation model. The component
argument is a component handle returned by a previous call to
addComponent
.
linkToModel(
links the specified AUTOSAR architecture composition to an existing Simulink implementation model composition
,modelName
)modelName
. The
composition
argument is a composition handle returned by a previous
call to addComposition
.
Examples
Input Arguments
Version History
Introduced in R2020a
See Also
createModel
| addComponent
| addComposition
| importFromARXML