Main Content
autosar.arch.createModel
Syntax
Description
creates and opens AUTOSAR architecture model archModel
= autosar.arch.createModel(modelName
)modelName
in the editor.
The output argument archModel
returns a model handle, which is an
autosar.arch.Model
object. The platform kind when using this syntax is
set to the AUTOSAR Classic Platform by default.
allows you to specify the platform archModel
= autosar.arch.createModel(modelName
,"platform",platformKind
)platformKind
as
Adaptive
or Classic
for the created AUTOSAR
architecture model. Use this option with any of the input argument combinations in the
previous syntaxes.