plcopenconfigset

Open Configuration Parameters dialog box for subsystem

Syntax

plcopenconfigset(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

Open the model containing the subsystem.

open_system('plcdemo_simple_subsystem')

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

plcopenconfigset('plcdemo_simple_subsystem/SimpleSubsystem')
Introduced in R2010a