Class: Simulink.data.Dictionary
Package: Simulink.data
Add reference data dictionary to parent data dictionary
addDataSource(dictionaryObj,refDictionaryFile)
addDataSource(dictionaryObj,refDictionaryFile)
adds
a data dictionary, refDictionaryFile
, as a reference
dictionary to a parent dictionary dictionaryObj
,
a Simulink.data.Dictionary
object.
The parent dictionary contains all the entries that are defined
in the referenced dictionary until the referenced dictionary is removed
from the parent dictionary. The DataSource
property
of an entry indicates the dictionary that defines the entry.
You can use the Model Explorer window to manage reference dictionaries. See Partition Dictionary Data Using Referenced Dictionaries for more information.