| timprint | xray.xtiming | timprint |
timprint - Display a timing table file
timprint table rows
TIMPRINT displays a table file by calling theSTDAS TPRINT task. The TPRINT parameters are set by TIMPRINT for convenient display of the timing data tables. Most notably, the table is printed with a 132 character width so that all of the columns in the table are included in the display. Users should set their console window to accommodate 132 character width. The table file name can be indicated with or without the ".tab" extension.
A list of tables to be printed separated by a comma. If the list includes more than one table a blank line will be printed between them.
Used to indicate the range of rows which are to be printed. The default value "-" means to print all rows. The first ten rows could be specified as rows="1-10" or just rows="-10". To display the first 10 rows and all the rows from 900 to the last inclusive, use rows="-10,900-". Rows="1,3,7,26" will print only those four rows. It is not an error to specify rows larger than the largest row number; they will be ignored.
When prparam = yes, the header parameters of the table are printed.
1. Display all rows of table file snr1_chi.tab.
xt> timprint table file name: snr1_chi.tab Range of rows to print (-):2. Display all rows and header of file snr1_chi.tab.
xt> timprint prparam+ table file name: snr1_chi.tab Range of rows to print (-):3. Display rows 30 through 50 of table files reg1_ltc.tab & reg2_ltc.tab. Both files will be displayed and a blank line will separate the output. The ".tab" table file extension is optional does not appear here.
xt> timprint table file name: reg1_ltc, reg2_ltc Range of rows to print(-): 30-505. Display the first 10 rows & last 20 rows of table file reg1_fft.tab.
xt> timprint table file name: reg1_ltc Range of rows to print(-): -10,2028-6. As in example 5 using command line format. Send output to the default printer.
xt> timprint "reg1_ltc" "-10,2028-" | lpr