export
Export ARXML, ASAP2 files from AUTOSAR Blockset architecture models, and generate component code
Description
export(
exports ARXML
descriptions from AUTOSAR the component, composition, or architecture model
archCCM
)archCCM
. The export
function also generates code
for Simulink® implementation models linked by AUTOSAR components within the export scope and
exports an ASAP2 file for the component models. 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 name-value arguments. For example, to
package the generated files into a ZIP file, specify the filename with the name-value
argument archCCM
,Name=Value
)PackageCodeAndARXML
.