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