Manual
DA1855A Differential Amplifier
50 922258-00 Rev A
Gain
PRx:GAIN,PRx:GAI
Command/Query
Description The PRx:GAIN command sets the differential amplifier gain. The
command will also switch the Atten/Gain control mode to Manual if it was
in Auto. The valid arguments are 1 and 10.
The PRx:GAIN? query returns the gain of the differential amplifier
connected to the selected channel.
Command Syntax <channel>:GAIn<gain> <channel>:={PR1, PR2, PR3,
PR4} <gain>:={1, 10}
Query Syntax <channel>:GAIn?
Response Format <channel>:GAIn<gain>
Example The following commend sets the gain of the differential amplifier connected
to channel 1 to X10:
CMD$=”PR1:GAI 10”: CALL IBWRT(SCOPE%,CMD$)