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

Revision 16, 1008 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 OVERLAY <trc-list>
2===============
3
4key: overlay traces
5
6Overlays traces specified in <trc-list>, that means all traces in
7<trc-list> are plotted at the same y-position.  The length of the
8trace list must not exceed 5 elements and there are up to 15 overlay
9lists definable.  The lists remain active until they are deleted
10all by the OVERLAY/DEL command.
11
12
13parameters:
14-----------
15
16<trc-list>  ---  parameter type: trace list
17   List of traces to be overlayed (see above).
18
19
20qualifiers:
21-----------
22
23/DEL
24   Deletes all defines overlay lists.  If the /DEL qualifier is
25   entered the trace list parameter can be omitted.  If the parameter
26   is specified, first all existing overlay lists are deleted and
27   then the specified list is installed.
28
29
30examples:
31
32   OVERLAY 1,3,5           ! overlays traces 1, 3 and 5
33
34   OVERLAY/DEL             ! deletes all overlay lists
35
36   OVERLAY/DEL 1,2         ! deletes all overlay lists and creates
37                           ! new overlay of traces 1 and 2.
38
Note: See TracBrowser for help on using the repository browser.