Keysight B2961A/B2962A SCPI Command Reference, Edition 6 4- 163
Subsystem Commands
SYSTem Subsystem
SYSTem Subsystem
For the numeric suffix [c] and [j], see “Numeric Suffix” on page 1-8.
:SYSTem:BEEPer[:IMMediate]
Generates a beep sound of the specified frequency and duration.
Syntax :SYSTem:BEEPer[:IMMediate] frequency, time
Parameter frequency Frequency, in Hz. 55 to 6640 Hz. Parameter data type is NRf.
time Duration, in seconds. 0.05 to 12.75 seconds. Parameter data
type is NRf+.
Example :SYST:BEEP 100,0.5
:SYSTem:BEEPer:STATe
Enables or disables the beeper. This command setting is not changed by power off or
the *RST command.
Syntax :SYSTem:BEEPer:STATe mode
:SYSTem:BEEPer:STATe?
Parameter mode Beeper on or off. 0|OFF|1|ON. Parameter data type is boolean.
mode=1 or ON enables the beeper.
mode=0 or OFF disables the beeper.
Query response mode <newline>
mode returns 0 or 1, and indicates that the beeper is off or on, respectively. Response
data type is NR1.
Example :SYST:BEEP:STAT 1
:SYST:BEEP:STAT?