EventGetTestNamesCommand Object


Description:

Retrieve a list of all test names using the event framework.

Can be used with Command Sequencer: No

Parents: Sequencer, StcSystem

EventGetTestNamesCommand Writable Attributes

Attribute Description
Common Writable Attributes ProgressCancelled
TypeSelect

Property used to select the type of tests to retrieve.

Type: enum

Default: ALL

Possible Values:

Value Description
CONVERGENCE

Retrieve convergence tests only

ALL

Retrieve all test types

EventGetTestNamesCommand Read-Only Attributes

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

List of corresponding class id values for returned tests

Type: classId

Default: 0

DescriptionList

Returned list of test descriptions registered with the event framework.

Type: string

Default: "" (empty string)

TestNameList

Returned list of test names registered with the event framework.

Type: string

Default: "" (empty string)