| | 1 | [ShCommands Return to command index] |
| | 2 | |
| | 3 | == copy traces == |
| | 4 | |
| | 5 | '''command''': COPY <trc-list> [<wdw-lo> <wdw-hi>] |
| | 6 | |
| | 7 | Makes copies of all traces specified in <trc-list>. The copies are added to the trace display. If a time window (<wdw-lo>,<wdw-hi>) is set, only the samples within this window are copied. |
| | 8 | |
| | 9 | === parameters === |
| | 10 | |
| | 11 | * <trc-list> ''parameter type: trace list''[[BR]] |
| | 12 | List of traces to be copied. |
| | 13 | |
| | 14 | * <wdw-lo>, <wdw-hi> ''parameter type: real''[[BR]] |
| | 15 | Time window in sec. If specified only samples within this window are copied. |
| | 16 | |
| | 17 | === example === |
| | 18 | |
| | 19 | `copy 1-3`:: |
| | 20 | adds copies of first three traces to the top of the display |
| | 21 | |
| | 22 | `copy 1-3 0. 10.`:: |
| | 23 | copies first three traces within time window from 0 to 10 sec |