beautypg.com

Operator's manual – Teledyne LeCroy WaveAce 1000_2000 Remote Control User Manual

Page 85

background image

Operator's Manual

;

DATA_ARRAY_2: ARRAY

;

; Explanation of the data array DATA_ARRAY_2.

; This is an optional secondary data array for special types of waveforms:

; Complex FFT imaginary part (real part in DATA_ARRAY_1)

; Extrema floor trace (roof trace in DATA_ARRAY_1)

; Peak Detect min/max pairs (data values in DATA_ARRAY_1)

; In the first 2 cases, there is exactly one data item in DATA_ARRAY_2 for

; each data item in DATA_ARRAY_1.

; In Peak Detect waveforms, there may be fewer data values in DATA_ARRAY_2,

; as described by the variable POINTS_PER_PAIR.

;

< 0> MEASUREMENT: data ; the actual format of a data is

; given in the WAVEDESC descriptor

; by the COMM_TYPE variable.

;

/00 ENDARRAY

;

;

SIMPLE: ARRAY

;

; Explanation of the data array SIMPLE.

; This data array is identical to DATA_ARRAY_1. SIMPLE is an accepted

; alias name for DATA_ARRAY_1.

;

920836 Rev B

83