addDataSource
Add reference data dictionary to parent data dictionary
Description
addDataSource(
adds a data dictionary, dictionaryObj
,refDictionaryFile
)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.
Examples
Input Arguments
Alternatives
You can use the Model Explorer window to manage reference dictionaries. See Partition Dictionary Data Using Referenced Dictionaries for more information.
Version History
Introduced in R2015a