PRP Series Programming Manual
58
Example 1
SYST:BEEP 10
**after a 2 second wait**
SYST:BEEP?
>8
The first command turns the beeper on for 10
seconds. After 2 seconds the SYST:BEEP? query
returns the remaining beeper time (8 seconds).
Example 2
SYST:BEEP? MAX
>3600
Returns the maximum settable beeper time in
seconds.
SYSTem:CONFigure:BEEPer[:STATe]
Set
Query
Description
Sets or queries the buzzer state on/off.
Syntax
Query Syntax
SYSTem:CONFigure:BEEPer[:STATe] {OFF|ON|0|1}
SYSTem:CONFigure:BEEPer[:STATe]?
Parameter
0
<NR1> Turns the buzzer off.
OFF
Turns the buzzer off.
1
<NR1> Turns the buzzer on.
ON
Turns the buzzer on.
Return parameter <Boolean>
Returns the buzzer status.
SYSTem:CONFigure:BLEeder[:STATe]
Set
Query
Description
Sets or queries the status of the bleeder resistor.
Syntax
Query Syntax
SYSTem:CONFigure:BLEeder[:STATe]
{OFF|ON|AUTO|0|1|2}
SYSTem:CONFigure:BLEeder[:STATe]?
Parameter
0
<NR1> Turns the bleeder resistor off.
OFF
Turns the bleeder resistor off.
1
<NR1> Turns the bleeder resistor on.
ON
Turns the bleeder resistor on.
2
<NR1> Turns the AUTO mode on.
AUTO
Turns the AUTO mode on.