Main Content

removeSubModelConfiguration

Class: Simulink.VariantConfigurationData
Package: Simulink

(To be removed) Remove from a variant configuration, the configuration to be used for a referenced model

removeSubModelConfiguration will be removed in a future release. For more information, see Version History.

Syntax

vcdataObj.removeSubModelConfiguration(nameOfConfiguration,nameOfSubModel)

Description

vcdataObj.removeSubModelConfiguration(nameOfConfiguration,nameOfSubModel), removes the configuration specified for a referenced model.

Input Arguments

expand all

Name of referenced model configuration to be removed, specified as a character vector or string.

Example: "HighFidelityConfig"

Data Types: char | string

Name of referenced model from which the configuration must be removed, specified as a character vector or string.

Example: "ExternalPlantMdlRef"

Data Types: char | string

Version History

Introduced in R2013b

expand all