Teledyne LeCroy X-STREAM OSCILLOSCOPES Remote Control User Manual
Page 112

P
A R T
T
W O
:
C O M M A N D S
106
ISSUED: February 2005
WM-RCM-E Rev D
ACQUISITION
COMBINE_CHANNELS, COMB
Command/Query
DESCRIPTION
The COMBINE_CHANNELS command controls the channel
interleaving function of the acquisition system. The
COMBINE_CHANNELS? query returns the channel interleaving
function’s current status.
COMMAND SYNTAX
COMBine_channels <state>
<state> : = {1, 2, AUTO}
Selecting 1 means no combining of channels will take place; i.e., in
the Timebase (Horizontal) dialog, 4 channels will be shown as the
selection.
QUERY SYNTAX
COMBine_channels?
RESPONSE FORMAT
COMB <state>
EXAMPLE (GPIB)
The following instruction engages channel interleaving between
Channels 1 and 2, and Channels 3 and 4:
CMD$=“COMB 2”: CALL IBWRT(SCOPE%,CMD$)
The following instruction sets Auto-Combine mode:
CMD$=“COMB AUTO”: CALL IBWRT(SCOPE%,CMD$)
RELATED COMMANDS
TDIV