Import composition from ARXML files into AUTOSAR architecture model
importFromARXML(
imports composition archModel
,arxmlInput
,compQName
)compQName
from arxmlInput
into
architecture model archModel
. The archModel
argument is an architecture model handle returned by a previous call to
autosar.arch.createModel
or
autosar.arch.loadModel
. Composition import requires an open AUTOSAR
architecture model with no functional content.
importFromARXML(
specifies additional import options with one or more archModel
,arxmlInput
,compQName
,Name,Value
)Name,Value
pair
arguments. You can specify:
Whether to include or exclude AUTOSAR software components, which define composition behavior. By default, the import includes components within the composition.
Simulink® data dictionary in which to place data objects for imported AUTOSAR data types.
Names of existing Simulink behavior models to link to imported AUTOSAR software components.
Component options to apply when creating Simulink behavior models for imported AUTOSAR software components. For example, how
to model periodic runnables, or a PredefinedVariant
or
SwSystemconstantValueSet
s with which to resolve component variation
points.
addComponent
| addComposition
| addPort
| connect
| destroy
| layout