| | 1 | [ShCommands Return to command index] |
| | 2 | |
| | 3 | == redisplay traces == |
| | 4 | |
| | 5 | '''command''': DISPLAY <trc-list> <pos> |
| | 6 | |
| | 7 | Rearranges display and/or redisplays hidden traces (HIDE command). The traces specified by <trc-list> are displayed at positions <pos>, <pos+1>, ..., <pos>+N (N = length of trace list). The traces in <trc-list> may be traces from the display (then the traces can be rearranged) or hidden traces (then they are redisplayed). Hidden traces can be accessed by the "ALL_H" trace list parameter, using global lists or by info value expressions (example "_DISTANCE(50:80)"). |
| | 8 | |
| | 9 | === parameters === |
| | 10 | |
| | 11 | * <trc-list> ''parameter type: trace list''[[BR]] |
| | 12 | List of traces to be rearranged or redisplayed. |
| | 13 | |
| | 14 | * <pos> ''parameter type: integer''[[BR]] |
| | 15 | Position number of first trace in <rec-list>. |
| | 16 | |
| | 17 | === example === |
| | 18 | |
| | 19 | `display h:all 1`:: |
| | 20 | display all hidden traces |