E–11
ASCII Waveform Export
Detailed Description of the Formats
Spreadsheet Format
Note: Fields in bold type are constants that are present in
the output file as shown. Fields in italic are variables that
are filled in when the file is written.
<scopeid>, <scopeserial>
Segments, <numseg>, SegmentSize,
<numpts>
Segment, TrigTime,
TimeSinceFirstSegment
#1, <trigtime(1)>, 0.0
... ...
#<numseg>, <trigtime(numseg)>,
<trigdelta(numseg)>
Time, Ampl, [Ampl1]
x(0), y(0), [y1(0)]
x(1), y(1), [y2(0)]
... ...
x(numgseg*numpts), y(numseg*numpts),
[y1(numseg*numpts)]
Single-Segment Example
LECROY9354,935412345
Segments,1,SegmentSize,502
Segment,Trig Time,TimeSinceFirstSegment
#1,21 Mar 1990 9:37:08,0.0
Time,Ampl
0.0,1
0.1,2
...