LoadFromDatabaseCommand Object


Description:

Loads a configuration database file into memory. The configuration database file must be in TestCenter Configuration (.tcc) format. You can create this type of file with the SaveToTccCommand object, or with the Spirent TestCenter GUI. In the GUI, choose File / Save As, and then set Save as type to TestCenter Configuration (*.tcc).

Can be used with Command Sequencer: No

Parents: Sequencer, StcSystem

LoadFromDatabaseCommand Writable Attributes

Attribute Description
Common Writable Attributes Active, Name, ProgressCancelled
DatabaseConnectionString

File name of the configuration database file to load.

Type: inputFilePath

Default: result.db

DataSetId

If the saved configuration database contains multiple configurations (that is, multiple save points), each configuration has a dataset ID associated with it. The IDs start at zero (0) and automatically increment with each save.

Type: u32

Default: 0

LoadFromDatabaseCommand Read-Only Attributes

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