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 | |
---|
1 | command OVERLAY <trc-list> |
---|
2 | =============== |
---|
3 | |
---|
4 | key: overlay traces |
---|
5 | |
---|
6 | Overlays traces specified in <trc-list>, that means all traces in |
---|
7 | <trc-list> are plotted at the same y-position. The length of the |
---|
8 | trace list must not exceed 5 elements and there are up to 15 overlay |
---|
9 | lists definable. The lists remain active until they are deleted |
---|
10 | all by the OVERLAY/DEL command. |
---|
11 | |
---|
12 | |
---|
13 | parameters: |
---|
14 | ----------- |
---|
15 | |
---|
16 | <trc-list> --- parameter type: trace list |
---|
17 | List of traces to be overlayed (see above). |
---|
18 | |
---|
19 | |
---|
20 | qualifiers: |
---|
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 | |
---|
30 | examples: |
---|
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.