Save the architecture model or data dictionary
save(architecture)
save(dictionary)
example
save(architecture) saves the architecture model to the file specified in its Name property.
architecture
Name
save(dictionary) saves the data dictionary.
dictionary
collapse all
save(arch); save(arch.InterFaceDictionary);
Architecture model, specified as a systemcomposer.arch.Model object.
systemcomposer.arch.Model
Data dictionary attached to the architecture model, specified as a systemcomposer.interface.Dictionary object.
systemcomposer.interface.Dictionary
close | loadModel
close
loadModel