oe_config_using_sim_dd — configure the model to use a Simulink Data Dictionary.
oe_config_using_sim_dd
[modelname
]
oe_config_using_sim_dd
[modelname
] [data_dictionary_file
]
oe_config_using_sim_dd
[modelname
] [data_dictionary_file
] [overwrite
]
OE_CONFIG_USING_SIM_DD
creates a Simulink Data Dictionary
with the default name of bdroot.sldd
from the model's build list, and configure the model to use this data dictionary.
OE_CONFIG_USING_SIM_DD 'model'
creates a Simulink Data Dictionary
for the specified model, with the default name of model.sldd
from the model's build list, and configure the model to use this data dictionary.
OE_CONFIG_USING_SIM_DD 'model' 'data_dictionary_file'
creates a Simulink Data Dictionary
for the specified model, with the name data_dictionary_file.sldd
from the model's build list, and configure the model to use this data dictionary.
OE_CONFIG_USING_SIM_DD 'model' 'data_dictionary_file' 'overwrite'
clears a previously
created Simulink Data Dictionary for the specified model, with the name
data_dictionary_file.sldd
and overwrites the data dictionary file with the specified models's build list, and configure the model to use
this data dictionary.