source: SH_SHM/trunk/help/EXTRACT.HLP @ 374

Revision 16, 1.1 KB checked in by marcus, 15 years ago (diff)

r1 | svn | 2007-12-13 11:10:29 +0100 (Do, 13 Dez 2007) | 2 lines

Initial import

Line 
1command EXTRACT <q-file> <trcno> <info> <symbol>
2===============
3
4key: extract info from q-file
5
6Extracts information from given q-file and stores it in specified
7symbol.
8
9
10parameters
11
12<q-file>  ---  parameter type: filename (without extension)
13   Name of q-file, where the information should be extracted.
14
15<trcno>  ---  parameter type: integer
16   Number of trace in the q-file to read the information from.  If
17   <info> equals to "NO_OF_RECS" this parameter is ignored.
18
19<info>  ---  parameter type: info entry
20   Name of info entry to be extracted from specified trace or keyword
21   "NO_OF_RECS" to get total number of traces in the q-file.
22
23<symbol>  ---  parameter type: symbol address
24   Name of symbol where the information value is to be stored.
25
26
27examples:
28
29   EXTRACT MYQFILE 3 SLOWNESS &SLO  ! extracts slowness value from 3 trace
30                                    ! in file "MYQFILE" and stores it
31                                    ! in symbol "SLO".
32
33   EXTRACT MYQFILE 1 NO_OF_RECS &NO ! returns number of traces in q-file
34                                    ! "MYQFILE" in symbol "NO".
35
Note: See TracBrowser for help on using the repository browser.