addConfiguration
Class: Simulink.VariantConfigurationData
Namespace: Simulink
Add new variant configuration to variant configuration data object
Syntax
Description
Note
This method requires Variant Manager for Simulink®.
vcdataObj.addConfiguration(
adds a new
variant configuration with the given name to the variant configuration data object
name
)vcdataObj
, which is an object of the
Simulink.VariantConfigurationData
class.
vcdataObj.addConfiguration(
adds a new variant configuration with a given name and optional description to the variant
configuration data object.name
,description
)
vcdataObj.addConfiguration(
adds a new variant configuration with a given name, optional description, and control
variables to the variant configuration data object.name
,description
,controlVars
)
Input Arguments
Examples
Version History
Introduced in R2013b