Appendix B
~====~=~======= ===========================================================
TRIGTIME: ARRAY
; Explanation of the trigger time array TRIGTIME.
; This data block is repeated for each segment which makes up the acquired
;
sequence record.
< O>
TRIGGER_TIME: double
< 8>
I00
TRIGGER_OFFSET: double
ENDARRAY
; for sequence acquisitions,
; time in seconds from first
; trigger to this one
; the trigger offset is in seconds
; from trigger to zeroth data point
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
RISTIME: ARRAY
; Explanation of the random-interleaved-sampling (RIS) time array RISTIME.
; This data block is repeated for each sweep which makes up the RIS record
< O>
I00
;============
SIMPLE: ARRAY
; Explanation of the data array SIMPLE.
; The data item is repeated for each acquired or computed data point
; of the first data array of any waveform.
; It is identical to DATA_ARRAY_I above.
< O>
MEASUREMENT: data
; the actual format of a data is
; given in the WAVEDESC descriptor
; by the COMM_TYPE variable.
RIS_OFFSET: double
; seconds from trigger to zeroth
; point of segment
ENDARRAY
................ =============================================
215