User manual

Table Of Contents
MAUI Oscilloscopes Remote Control and Automation Manual
PRx:COUPLING, PRx:CPL
Description
The PRx:COUPLING command selects the coupling mode of the ADP30x probe.
The PRx:COUPLING? query returns the coupling mode of the selected channel.
Command Syntax
<channel>:COUPLING <coupling>
<channel>:= {PR1, PR2, PR3, PR4}
<coupling>:= {DC, GND}
Query Syntax
<channel>:CPL?
Response Format
<channel>:CPL <coupling>
Example
The following instruction sets the coupling to DC in a ADP30x probe connected to channel 2.
CMD$= "PR2:CPL DC" : CALL IBWRT(SCOPE%,CMD$)
6-116