addCopyOfConfiguration
Class: Simulink.VariantConfigurationData
Package: Simulink
Add copy of existing variant configuration to variant configuration data object
Syntax
Description
Note
This method requires Variant Manager for Simulink®.
vcdataObj.addCopyOfConfiguration(
adds a copy of an existing variant configuration to nameofExistingConfig
)vcdataObj
, which is
an object of the Simulink.VariantConfigurationData
class. This syntax gives
the new configuration a default name based on the name of the configuration that is
copied.
vcdataObj.addCopyOfConfiguration(
adds a copy of an existing variant configuration to the variant configuration data object
and gives the specified name to the new configuration.nameofExistingConfig
,nameofNewConfig
)
Input Arguments
Examples
Version History
Introduced in R2013b