Precision voltage generator – Teledyne LeCroy DA1855A User Manual
Page 60

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 V
COMP
, 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 V
DIFF
:
CMD$=”PR3:PVGM V
DIFF
”:CALL IBWRT(SCOPE%<CMD$)