Main Content

plcopenconfigset

Open Configuration Parameters dialog box for subsystem

Description

plcopenconfigset('subsystem') opens the Configuration Parameters dialog box for the specified atomic subsystem in the model. subsystem is the fully qualified path name of the atomic subsystem.

Examples

collapse all

This example shows you how to retrieve the configuration parameters for the subsystem from which you generate structured text code.

Open the model containing the subsystem.

openExample('plcdemo_simple_subsystem')

Open the Configuration Parameters dialog box for the subsystem, plcdemo_simple_subsystem/SimpleSubsystem.

plcopenconfigset('plcdemo_simple_subsystem/SimpleSubsystem')

Version History

Introduced in R2010a