Contenu principal

unlinkDictionary

R2026b

Remove linked data dictionary from architecture model

Description

unlinkDictionary(model) removes the association of the model from its data dictionary.

example

Examples

collapse all

Remove a linked data dictionary from a model.

model = systemcomposer.createModel("newModel");
systemcomposer.openModel("newModel");
dictionary = systemcomposer.createDictionary("newDictionary.sldd");
linkDictionary(model,"newDictionary.sldd")
save(dictionary)
save(model)
unlinkDictionary(model)

Input Arguments

collapse all

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

More About

collapse all

Version History

Introduced in R2019a

See Also

Functions

Objects

Blocks

Tools