User`s guide
Example
To convert all the scans in MAP.DAT to ASCII and put each scan in a different file (e.g. 0.asc,
1.asc, etc.):
REPEAT SDFTOASC /S:* MAP.DAT (#.ASC)
Same as above, but append all ASCII data to one file (e.g. map.asc):
REPEAT /A SDFTOASC /S:* MAP.DAT (MAP.ASC)
Plot all results/rows/scans in all *.dat files and put all plotted results for each file in a plot file with the
same base name as the data file (e.g. *.plt):
REPEAT /A VIEWDATA /D:* /R:* /S:* *.DAT /P:(*.PLT)
Sharing Data Between Analyzers
REPEAT
4-27