Appendix B
<128>
<132>
<136>
<140>
<144>
<148>
<152>
<156>
<160>
<164>
<168>
LAST_VALID_PNT: long
FIRST_POINT: long
SPARSING_FACTOR: long
SEGMENT_INDEX: long
SUBARRAY_COUNT: long
SWEEPS PER ACQ: long
OBSOLETE1: long
VERTICAL_GAIN: float
VERTICAL_OFFSET: float
MAX_VALUE: float
MIN_VALUE: float
; index of last good data point
; in record before padding (blanking)
; was started.
; LAST_VALID_POINT = WAVE_ARRAY_COUNT-I
; except for aborted sequence
; and rollmode acquisitions
; for input and output, indicates
; the offset relative to the
; beginning of the trace buffer.
; Value is the same as the FP parameter
; of the WFSU remote command.
; for input and output, indicates
; the sparsing into the transmitted
; data block¯
; Value is the same as the SP parameter
; of the WFSU remote command.
; for input and output, indicates the
; index of the transmitted segment.
; Value is the same as the SN parameter
; of the WFSU remote command.
; for Sequence, acquired segment count,
¯ between 0 and NOM_SUBARRAY_COUNT
; for Average or Extrema,
; number of sweeps accumulated
; else 1
; to get floating values from raw data :
; VERTICAL_GAIN * data - VERTICAL_OFFSET
; maximum allowed value. It corresponds
; to the upper edge of the grid.
; minimum allowed value. It corresponds
209