Main Content
autosar.arch.loadModel
Description
loads AUTOSAR architecture model archModel
= autosar.arch.loadModel(modelName
)modelName
into memory without opening
the model in the editor. The output argument archModel
returns a model
handle, which is an autosar.arch.Model
object. After you load a model
into memory, you can work with it by using architecture functions or open the model in the
editor by using the open
function. Save changes by using the
save
function.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2020a