CSSynchronizeFilesCommand Object


Description:

Copy test session files from the Spirent TestCenter LS to the client PC. The command will use the settings of the TestResultSetting object, which you can use to specify the results directory.

Some command objects automatically copy files to the client PC when they complete, without using this command. These command objects have an attribute whose type is outputFilePath. Example: SaveAsTclCommand and its FileName attribute. However, if the file was created while the Sequencer was running, or while the client was disconnected, you will need to use CSSynchronizeFilesCommand to download the file.

Can be used with Command Sequencer: No

CSSynchronizeFilesCommand Writable Attributes

Attribute Description
DefaultDownloadDir

The directory to copy files to on the client PC when the command cannot find a directory on the client PC that corresponds to the directory on the Spirent TestCenter LS. This could happen, for example, if the files were saved to an absolute path on the D drive on the Spirent TestCenter LS, but the client PC does not have a D drive.

On Windows, the default user working directory is usually C:\Documents and Settings\user-id, where user-id is your Windows user ID. On Linux this is usually /home/user-id.

Type: string

Default: User working directory

CSSynchronizeFilesCommand Read-Only Attributes

There are no read-only attributes.