User manual

Table Of Contents
MAUI Oscilloscopes Remote Control and Automation Manual
PRx:VOLT_DIV, PRx:VDIV
Description
The PRx:VOLT_DIV command sets the vertical sensitivity at the ADP30x input. The effective gain of the
differential probe is factored into the vertical sensitivity.
The valid range of arguments is fixed by the probe type. If an out-of-range value is entered, the
oscilloscope will set the vertical sensitivity to the closest value and set the VAB bit (bit 2) in the STB
register.
The PRx:VOLT_DIV? query returns the vertical sensitivity at the probe input of the specified channel.
Command Syntax
<channel>:VOLT_DIV <sensitivity> [V]
<channel>:= {PR1, PR2, PR3, PR4}
<sensitivity>:= 200 mV to 350 V for ADP350; 1 V to 350 V for ADP300.
The suffix V is optional.
Query Syntax
<channel>:VOLT_DIV?
Response Format
<channel>:VDIV <sensitivity>
Example (GPIB)
The following command sets the vertical sensitivity at the probe tip of an ADP30x probe connected to
channel 3 to 2 Volts/div:
CMD$= "PR3:VDIV 2" :CALL IBWRT(SCOPE%,CMD$)
6-118