Coupling – Teledyne LeCroy DA1855A User Manual
Page 55

Operator’s Manual
922258-00 Rev A
49
Coupling
PRx:COUPLING, PRx:CPL
Command/query
Description
The PRx:COUPLING command sets the input coupling for the + and –
inputs of the differential amplifier. The valid arguments are AC, Ground and
DC.
The PRx:COUPLING? query returns the input coupling setting of the + and
– inputs of the differential amplifier connected to the specified channel.
The – input coupling is ignored when PVG Mode is set to V
COMP
. Likewise,
the – input coupling argument is not returned from a query when PVG
Mode is set to V
COMP
.
Command Syntax
<channel>:CouPLing<+coupling>|,<–coupling}|
<channel>:={PR1, PR2, PR3, PR4}
<+coupling>:={AC, DC or GND}
<–coupling>:={AC, DC or GND} (ignored when PVG Mode is set to
V
COMP
)
Query Syntax
<channel>:CouPLing?
Response Format
<channel>:CPL<+coupling>,<–coupling>
Example
The following command sets the + input coupling to DC and the – input
coupling to ground for the differential amplifier connected to channel 2.
CMD$=:”PR2:CPL DC,GND”: CALL IBWRT(SCOPE%,CMD$)