Manual
DA1855A Differential Amplifier
54 922258-00 Rev A
Precision Voltage Generator
PRx:PVGMODE,PRx:PVGM
Command Query
Description The PRx:PVGMODE command sets the operating mode of the Precision
Voltage Generator (PVG) of the differential amplifier. The valid arguments
are VCOMP, V
DIFF
and OFF.
The PRx:PVGMODE? query returns the operating mode of the Precision
Voltage Generator (PVG) of the differential amplifier connected to the
specified channel.
Command Syntax <channel>:PVGMode<mode> <channel>:={PR1, PR2, PR3,
PR4} <mode>:={V
COMP
, V
DIFF
or OFF}
Query Syntax <channel>:PVGMode?
Response Format <channel>:PVGM<mode>
Example The following command sets the PVG operating mode of the differential
amplifier connected to channel 3 to VDIFF:
CMD$=”PR3:PVGM V
DIFF
”:CALL IBWRT(SCOPE%<CMD$)