getDependentLibraries
Class: Simulink.VariantConfigurationAnalysis
Namespace: Simulink
List of libraries that are used in a named variant configuration
Description
Use this method to find the libraries 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 getDependentLibraries
method.
Note
This method requires Variant Manager for Simulink®.
returns a list of libraries that are used in the variant configuration named
dependentLibraries
= varConfigObj.getDependentLibraries(configName
)configName
. varConfigObj
is the
VariantConfigurationAnalysis
object for a model.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2019a