getActiveConfigSet - Get active configuration set or configuration reference of model - MATLAB (original) (raw)

Main Content

Get active configuration set or configuration reference of model

Syntax

Description

Examples

collapse all

Get the active configuration set for a model that is open.

Open the model vdp and get the active configuration set.

openExample('simulink_general/VanDerPolOscillatorExample'); vdpConfig = getActiveConfigSet('vdp');

Input Arguments

collapse all

Name of model, specified as a character vector or string scalar. The model must be open.

Example: 'mymodel'

Output Arguments

Version History

Introduced before R2006a