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 | |
---|
1 | command COPY <trc-list> [<wdw-lo> <wdw-hi>] |
---|
2 | ============ |
---|
3 | |
---|
4 | key: copy traces |
---|
5 | ! version 3, 6-May-92 |
---|
6 | |
---|
7 | Makes copies of all traces specified in <trc-list>. The copies |
---|
8 | are added to the trace display. If a time window (<wdw-lo>,<wdw-hi>) |
---|
9 | is set, only the samples within this window are copied. |
---|
10 | |
---|
11 | |
---|
12 | parameters |
---|
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 | |
---|
23 | examples |
---|
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.