changeDartsTestid

Purpose:

Change the Test ID and/or Datapoint of the DARTS Datapoint file in current directory.

Enter:

changeDartsTestid <testid> <point_num_offset> <filename>

Where:

testid

Specify the desired testid.

point_num_offset

Specify the offset to add to the point number in the files being accessed.
NOTE: Enter 0 if changing the point number is not needed.

filename

Specify the name of the DARTS file in which to change the testid. Wild cards are valid.

Example:

changeDartsTestid  mytestid  0  MYTESTID.*

The above command changes a line in any DARTS datapoint file whose name begins with’MYTESTID.’ in the current directory.  It reads each file and replaces the ‘testid’. for example, it changes ‘MYTESTID.313’ to ‘mytestid.313’.

changeDartsTestid mytestid 1 MYTESTID.*

The above command changes a line in any DARTS datapoint file whose name begins with ‘MYTESTID.’ in the current directory. It reads each file and replaces the ‘testid’. Since 1 was entered for the offset the above example changes to ‘MYTESTID.313’ to ‘mytestid.314’ because 1 was used as the offset. This also changes the datapoint number in the datapoint file the same way with the offset.

Notes:

Be sure to ‘cd’ to the directory containing the files to be changed before entering the command.

See Also: