Main Content

Simulink.ConfigSet

Model configuration set

Description

Use the Simulink.ConfigSet object to access a model configuration set. Get information about your configuration set and manage configuration parameters.

The Simulink.ConfigSet object is a handle object.

Creation

Use the getActiveConfigSet function to get the active configuration set for a model. Use the getConfigSet function to get a model configuration set by name.

Properties

expand all

Description of the configuration set, specified as a character vector. Use the description to provide additional information about a configuration set, such as its purpose.

Name of the configuration set, specified by a character vector. This name represents the configuration set in the Model Explorer.

Object Functions

copyCopy configuration set or reference
get_paramGet parameter names and values
set_paramSet Simulink parameter value

Examples

collapse all

Open the model vdp and get the active configuration set.

vdp
configSetObj = getActiveConfigSet('vdp');

Version History

Introduced in R2006a