beautypg.com

B&K Precision 2552-2559 - Programming Manual User Manual

Page 140

background image

_5 100_mV/div
_6 200_mV/div
_7 500_mV/div
_8 1_V/div
_9 2_V/div
_10 5_V/div
_11 10_V/div
endenum

<334> BANDWIDTH_LIMIT: enum
_0 off
_1 on
endenum

<336> VERTICAL_VERNIER: float

<340> ACQ_VERT_OFFSET: float

<344> WAVE_SOURCE: enum
_0 CHANNEL_1
_1 CHANNEL_2
_2 CHANNEL_3
_3 CHANNEL_4
_9 UNKNOWN
endenum

/00 ENDBLOCK

==========================================================================

DAT1: ARRAY

Explanation of the data array DAT1.
This is an optional secondary data array for special types of waveforms,
and it has not been implemented in current DSO,
so when you query it,it will always return 'ALL'.

< 0> MEASUREMENT: data ; the actual format of a data is
; given in the WAVEDESC descriptor
; by the COMM_TYPE variable.

/00 ENDARRAY

==========================================================================

DAT2: ARRAY

Explanation of the data array DAT2.
This main data array is always present. It is the only data array for
waveforms.
The data item is repeated for each acquired or computed data point
of the first data array of any waveform.

< 0> MEASUREMENT: data ; the actual format of a data is
; given in the WAVEDESC descriptor
; by the COMM_TYPE variable.

/00 ENDARRAY

==========================================================================

ALL: BLOCK

Explanation of the ALL.
This data is identical to DESC block, followed by DAT1 and DAT2 array.
ALL is an accepted alias name for the combined arrays DESC,DAT1 and
DAT2.