beautypg.com

Teledyne LeCroy X-STREAM OSCILLOSCOPES Remote Control User Manual

Page 167

background image

Remote Control Commands and Queries

WM-RCM-E Rev D

ISSUED: February 2005

161

N

N

O

O

T

T

E

E

:

:

Block WAVEDESC contains several variables related to scaling of

data values. Values of these variables depend on the current setting of the
command COMM_FORMAT (CFMT).

The following example shows how these values change when you modify the
CFMT setting from BYTE (default) to WORD:

CFMT?
CFMT DEF9,BYTE,BIN

C1:INSP? WAVEDESC
C1:INSP "
...
COMM_TYPE : byte
...
VERTICAL_GAIN : 3.1250e-003
VERTICAL_OFFSET : -2.0600e-001
MAX_VALUE : 1.2700e+002
MIN_VALUE : -1.2800e+002
...

CFMT DEF9,WORD
CFMT?
CFMT DEF9,WORD,BIN

C1:INSP? WAVEDESC
C1:INSP "
...
COMM_TYPE : word
...
VERTICAL_GAIN : 1.2207e-005
VERTICAL_OFFSET : -2.0600e-001
MAX_VALUE : 3.2512e+004
MIN_VALUE : -3.2768e+004
...