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

Revision 16, 753 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 FOLD <trc-list> [<lo-bound> <hi-bound>] <filter>
2
3key: fold traces with filter
4
5Folds traces with a filter trace <filter>.  If no time window
6<lo-bound>, <hi-bound> is specified the whole traces are filtered.
7
8
9parameters
10
11<trc-list>  ---  parameter type: trace list
12   List of traces to be filtered.
13
14<lo-bound>, <hi-bound>  ---  parameter type: real
15   If specified the filtering is restricted to this time window
16   given in seconds relative to the time axis, otherwise the
17   whole trace are filtered.
18
19<filter>  ---  parameter type: trace
20   Filter trace.
21
22
23Examples:
24
25   FOLD 1-3 10. 20. 4   ! folds traces 1,2,3 with trace 4 between
26                        ! 10 sec and 20 sec
27
28   FOLD 1;;4            ! folds whole trace 1 with trace 4
29
Note: See TracBrowser for help on using the repository browser.