User manual

Table Of Contents
Part 6: IEEE 488.2 Command Reference
PRx:BANDWIDTH_LIMIT, PRx:BWL
Description
The PRx:BANDWIDTH_LIMIT command sets the upper (HF) –3 dB bandwidth limit of the ADP305 probe.
The arguments are in Hz.
The PRx:BANDWIDTH_LIMIT query returns the upper bandwidth limit setting for the differential probe
connected to the specified channel.
The PRx:BANDWIDTH_LIMIT command/query is not available with model ADP300.
Command Syntax
<channel>:BWL <upper bandwidth>
<channel>:= {PR1, PR2, PR3, PR4}
<upper bandwidth>:= {OFF, 20M}
Query Syntax
<channel>:BWL?
Response Format
<channel>:BWL <upper bandwidth>
Example (GPIB)
The following instruction sets the upper bandwidth of an ADP305 connected to channel 1 to 20 MHz.
CMD$= "PR1:BWL 20M" :CALL IBWRT(SCOPE%,CMD$)
6-115