save

Save the architecture model or data dictionary

Description

example

save(architecture) saves the architecture model to the file specified in its Name property.

save(dictionary) saves the data dictionary.

Examples

collapse all

save(arch);
save(arch.InterFaceDictionary);

Input Arguments

collapse all

Architecture model, specified as a systemcomposer.arch.Model object.

Data dictionary attached to the architecture model, specified as a systemcomposer.interface.Dictionary object.

Introduced in R2019a