ConfigPropertiesCommand Object


Description:

Configure multiple objects' properties at once.

Tcl example:

stc::perform ConfigProperties -objectlist [stc::get project1 -children-port] -propertylist \
            { -generator.generatorConfig.schedulingMode RATE_BASED -generator.generatorConfig.durationMode CONTINUOUS }

Can be used with Command Sequencer: No

Parents: Sequencer, StcSystem

ConfigPropertiesCommand Writable Attributes

Attribute Description
Common Writable Attributes Active, Name, ProgressCancelled
ObjectList

List of objects to be configured. All objects must be of the same type.

Type: handle

Default: 0

PropertyList

Property name/value pairs. DAN syntax is allowed.

Type: string

Default: "" (empty string)

ConfigPropertiesCommand Read-Only Attributes

Read-Only Attribute Description
Common Read-Only Attributes ElapsedTime, EndTime, ProgressCurrentStep, ProgressCurrentStepName, ProgressCurrentValue, ProgressDisplayCounter, ProgressMaxValue, ProgressStepsCount, StartTime, State, Status