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

Revision 16, 753 bytes 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 COPY <trc-list> [<wdw-lo> <wdw-hi>]
2============
3
4key: copy traces
5! version 3, 6-May-92
6
7Makes copies of all traces specified in <trc-list>.  The copies
8are added to the trace display.  If a time window (<wdw-lo>,<wdw-hi>)
9is set, only the samples within this window are copied.
10
11
12parameters
13----------
14
15<trc-list>  ---  parameter type: trace list
16   List of traces to be copied.
17
18<wdw-lo>, <wdw-hi>  ---  parameter type: real
19   Time window in sec.  If specified only samples within this window
20   are copied.
21
22
23examples
24--------
25
26   copy 1-3         ! adds copies of first three traces to the top of
27                    ! the display
28
29   copy 1-3 0. 10.  ! copies first three traces within time window
30                    ! from 0 to 10 sec
31
Note: See TracBrowser for help on using the repository browser.