export
Export AUTOSAR architecture model ARXML and generate component code
Description
export(
exports ARXML
descriptions from AUTOSAR component, composition, or architecture model
archCCM
)archCCM
. The function also generates code for Simulink® implementation models linked by AUTOSAR components within the export scope.
The containing architecture model must be open or loaded. The archCCM
argument is a component, composition, or architecture model handle returned by a previous
call to addComponent
, addComposition
,
autosar.arch.createModel
, or
autosar.arch.loadModel
.
export(
specifies additional export options with one or more archCCM
,Name,Value
)Name,Value
pair
arguments. For example, you can specify a ZIP file in which generated files are
packaged.
Examples
Input Arguments
Version History
Introduced in R2020a