Open data dictionary
dict_id = systemcomposer.openDictionary(dictionaryName)
example
dict_id = systemcomposer.openDictionary(dictionaryName) opens an existing Simulink® data dictionary to hold interfaces and returns a handle to the systemcomposer.interface.Dictionary object.
dict_id
dictionaryName
systemcomposer.interface.Dictionary
collapse all
dict_id = systemcomposer.openDictionary('my_dictionary.sldd')
Name of existing data dictionary, specified as a character vector. The name must include the .sldd extension.
.sldd
Example: 'my_dictionary.sldd'
'my_dictionary.sldd'
Data Types: char
char
Handle to the dictionary, returned as a systemcomposer.interface.Dictionary object.
linkDictionary | systemcomposer.createDictionary | unlinkDictionary
linkDictionary
systemcomposer.createDictionary
unlinkDictionary