Revision 16,
884 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 YINFO <info> |
---|
2 | ============= |
---|
3 | |
---|
4 | key: arrange y-position of traces |
---|
5 | |
---|
6 | Use a real-valued info entry for determining the y-position of traces. |
---|
7 | For instance "yinfo distance" switches to a distance proportional |
---|
8 | display. Default yinfo is "none". To reset display to initial state |
---|
9 | enter command "yinfo none". To set y-windows see "syw" command. |
---|
10 | |
---|
11 | |
---|
12 | parameters |
---|
13 | ---------- |
---|
14 | |
---|
15 | <info> --- parameter type: info entry |
---|
16 | Real-valued info entry to be used to compute y-position of traces. |
---|
17 | |
---|
18 | |
---|
19 | examples |
---|
20 | -------- |
---|
21 | |
---|
22 | yinfo distance ! switch to distance proportional display |
---|
23 | |
---|
24 | yinfo none ! switch back to original state |
---|
25 | |
---|
26 | |
---|
27 | A typical command sequence to switch to distance proportional |
---|
28 | display is: |
---|
29 | |
---|
30 | yinfo distance ! switch to distance proportional display |
---|
31 | trctxt ! switch off trace info text |
---|
32 | fct axis y-axis plot on ! switch on y-axis |
---|
33 | |
---|
Note: See
TracBrowser
for help on using the repository browser.