importFromARXML
Import compositions and components from ARXML files into AUTOSAR architecture model
Since R2020b
Syntax
Description
importFromARXML(
imports composition or component archElementOrModel
,arxmlInput
,compQName
)compQName
from
arxmlInput
into the composition, component, or architecture model
archElementOrModel
.
importFromARXML(
specifies additional import options using one or more name-value arguments. For example, you
can specify:archElementOrModel
,arxmlInput
,compQName
,Name=Value
)
To include or exclude AUTOSAR software components, which define composition behavior. By default, the import includes components within the composition.
To import AUTOSAR data types as data objects stored in a Simulink® data dictionary.
Names of existing Simulink behavior models to link to imported AUTOSAR software components.
Component options and how to model periodic runnables when creating Simulink behavior models from imported AUTOSAR software components.
To use a predefined variant or system constant value set to resolve component variation points.
To import client-server ports as Simulink function ports in the created Simulink behavior models.
To import AUTOSAR data types as
Simulink.ValueType
objects.