source: SH_SHM/trunk/help/APPEND.HLP @ 1237

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