Revision 16,
523 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 APPEND <src> <dst> |
---|
2 | ============== |
---|
3 | |
---|
4 | key: append one trace to another |
---|
5 | ! version 1, 5-May-92 |
---|
6 | |
---|
7 | Appends trace <src> to trace <dst>. Both traces must have the |
---|
8 | same sample rate. It is not accounted for any time gaps between |
---|
9 | the traces. Trace <dst> is changed by this command (greater length). |
---|
10 | |
---|
11 | |
---|
12 | parameters |
---|
13 | ---------- |
---|
14 | |
---|
15 | <trc> --- parameter type: trace |
---|
16 | Trace to be appended. |
---|
17 | |
---|
18 | <dst> --- parameter type: trace |
---|
19 | Trace to which <src> is appended to. |
---|
20 | |
---|
21 | |
---|
22 | example |
---|
23 | ------- |
---|
24 | |
---|
25 | append 2 1 ! appends trace 2 to trace 1 |
---|
26 | |
---|
Note: See
TracBrowser
for help on using the repository browser.