290
Bitmap creates files (.bmp) in a bitmap file format usable by many graphic programs. (Available
for screen captures.)
JPEG creates files (.jpg) in a compressed image format usable by many graphic programs.
(Available for screen captures.)
Spreadsheet creates files (.CSV) in a format usable by spreadsheets (Excel, Lotus 1-2-3, and
Quattro Pro).
MATLAB creates files (.DAT) in a format usable by MATLAB.
Mathcad creates files (.DAT) in a format usable by MathCad.
Note that the MathCad file is an ASCII file, the first four values of which contain header
information:
 The first header value holds the record length.
 The second header value holds time, in seconds, between samples.
 The third header value holds the trigger position (expressed as an index in the data position).
 The fourth header value refers to the fractional trigger position.
Also note that the delimiters are carriage returns.