source: SH_SHM/trunk/help/READA.HLP @ 206

Revision 16, 1.4 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 READA <ascii-file> [<dt> <length>]
2=============
3
4key: read ASCII trace
5
6Reads ASCII trace from file <ascii-file>.  The file may contain
7the sample values in any floating format.  The file may be started
8with info entry keywords followed by the info values, e.g. the
9file may contain a line "DELTA 0.05" or "START 1-JAN-90_5:30:20.3".
10The info values are assigned to the specified info entries.
11If no DELTA and/or no LENGTH info is given these values are
12prompted.
13
14
15parameters
16
17<ascii-file>  ---  parameter type: filename
18   Name of the file to be read in.
19
20<dt>  ---  parameter type: real
21   Sample distance in sec.  This parameter is used only if no DELTA
22   information is given in the file.
23
24<length>  ---  parameter type: integer
25   Length of data array in samples.  This parameter is used only if
26   no LENGTH info is given in the file.
27
28
29qualifiers
30
31/SKIP=<n>
32   skips <n> lines of the file <ascii-file> before starting to read
33
34
35Examples:
36
37   READA MYFILE.ASC        ! reads data from file MYFILE.ASC.  If
38                           ! no informations about sample distance
39                           ! and array length are available these
40                           ! values are prompted.
41
42   READA/SKIP=200 MYFILE.ASC 0.05 1000
43                           ! skips 200 lines from file MYFILE.ASC
44                           ! and then reads 1000 samples of a sample
45                           ! distance 0.05 sec.
46
Note: See TracBrowser for help on using the repository browser.