ave_trv_log
Purpose:
-
Calculate and report the average TRV values for specified cell numbers within a group for a specified time interval.
Enter:
avr_trv_log [group_name=group_name] [start_date=MM/DD/YYYY] [end_date=MM/DD/YYYY] [interval=day/week/month]
Where:
-
group_name
Specify the /specs/trv file that contains test cell numbers to report. The default is grp1.
start_date
Specify the start date for the report data. If the interval option is not specified, the start_date option must be specified.
end_date
Specify the end date for the report data. The default is the current date/time.
interval
Specify day, week, or month for the report interval.
Example:
-
ave_trv_log group_name=grp1 start_date=11/10/2007 end_date=11/15/2007
The above example produces a summary report for the test cells specified within the /specs/trv/grp1 file. Data reported within the summary report would be from 11/01/2007 00:00 to 11/15/2007 00:00.
ave_trv_log group_name=grp2 interval=month
The above example produces a summary report for the test cells specified within the /specs/trv/grp2 file. If the report was ran on 11/15/2007, data reported within the summary report would be from 10/01/2007 00:00 to 11/01/2007 00:00.
ave_trv_log
The above example prompts the user to enter in the group_name, start_date and end_date. Data reported within the summary report would be from the specified start_date to the specified end_date for the test cells within the specified group_name file.