dartsResendSite
Purpose:
-
Resend DARTS datapoints to database for a specified site.
Enter:
-
dartsResendSite cell=[cell_number] dir=[darts_dir_type] site=[test site]
Where:
-
cell
Specify the test cell number whose datapoints should be resent. A value of “all” will send datapoints for all testcells for a given site.
dir
Optional.Specify the darts directory from where to resend data. This should be either “darts_pam”, “mua_data” or “esvdout10c”. Default is “darts_pam” which searches the darts_pam/PAMdatapoint directory
site
Optional. Specify the test site from where to resend datapoints. The default is “ctc”.
Example:
-
dartsResendSite cell=all dir=darts_pam site=ctc
The above command resends any DARTS Datapoints in all subdirectories of /data/darts_pam/PAMdatapoint/hold/ for all test cells for the ctc site.dartsResendSite cell=101
The above commands resends any DARTS Datapoints in /data/PAMdatapoint/hold/101/ for test cell 101 at the ctc site.dartsResendSite cell=2 dir=mua_data site=bak
The above command resends any mua_data files in the /data/mua_data/hold/2 directory for site bak.dartsResendSite
The above command resends any DARTS Datapoints in all subdirectories of /data/darts_pam/PAMdatapoint/hold for all test cells for the ctc site.
Notes:
-
The program moves files in subdirectories of:
/data/darts_pam/PAMdatapoint/hold/ to /data/PAMdatapoint/ready/,
/data/mua_data/hold/ to /data/mua_data/ready/,
/data/esvdout10c/hold/ to /data/esvdout10c/ready/