User manual

Table Of Contents
Part 6: IEEE 488.2 Command Reference
COMBINE_CHANNELS, COMB
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}
Where 1 = no interleaving; 2 = two interleaved pairs; AUTO = oscilloscope determines based on the active
channels.
Query Syntax
COMBINE_CHANNELS?
Response Format
COMB <state>
Example (GPIB)
The following instruction engages channel interleaving of C1 and C2, and C3 and C4:
CMD$="COMB 2": CALL IBWRT(SCOPE%,CMD$)
The following instruction sets Auto-Combine mode:
CMD$="COMB AUTO": CALL IBWRT(SCOPE%,CMD$)
Related Commands
TDIV
6-19