getDependentModels
Class: Simulink.VariantConfigurationAnalysis
Namespace: Simulink
List of dependent models that are used in a named variant configuration
Description
Use this method to find the dependent models used in a named variant
configuration after analyzing it using the Simulink.VariantConfigurationAnalysis
class. You must create a variant
configuration analysis object of type Simulink.VariantConfigurationAnalysis
for a model and use it to analyze the
required named variant configurations for that model before calling the getDependentModels
method.
Note
This method requires Variant Manager for Simulink®.
returns a list of dependent models that are used in the variant configuration named
dependentModels
= varConfigObj.getDependentModels(configName
)configName
. varConfigObj
is the
VariantConfigurationAnalysis
object for a model.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2019a