SaveResultsCommand Object


Description:

Saves results in a .db file.

Can be used with Command Sequencer: Yes

GUI Command Name: Basic: Save Results

Parents: Sequencer, StcSystem

SaveResultsCommand Writable Attributes

Attribute Description
Common Writable Attributes ProgressCancelled
ClearChartResultAfterSave

Whether to clear chart results after saving.

Type: bool

Default: TRUE

Possible Values:

Value Description
TRUE

Clear chart results after saving.

FALSE

Do not clear chart results after saving.

CollectResult

Whether to collect results before saving.

Type: bool

Default: TRUE

Possible Values:

Value Description
TRUE

Collect results before saving.

FALSE

Do not collect results before saving.

LoopMode

Whether to append results to an existing file or overwrite the file when looping.

Type: enum

Default: APPEND

Possible Values:

Value Description
APPEND

Append results to an existing file when looping.

OVERWRITE

Overwrite an existing file when looping.

ResultFileName

Name of results file.

Type: outputFilePath

Default: "" (empty string)

SaveDetailedResults

Whether to save detailed results.

Type: bool

Default: FALSE

Possible Values:

Value Description
TRUE

Save detailed results.

FALSE

Do not save detailed results.

SaveResultsCommand Read-Only Attributes

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