User manual

Table Of Contents
Part 6: IEEE 488.2 Command Reference
BUZZER, BUZZ
Description
The buzzer command controls the built-in buzzer. By means of the BEEP argument, the buzzer can be
activated for short beeps. The value ON has the same effect as BEEP, unlike the behavior with earlier
instruments. ON and OFF are accepted only for compatibility. OFF has no effect.
Command Syntax
BUZZer <state>
<state>:= {BEEP, ON, OFF}
Example (GPIB)
Sending the following will cause the instrument to sound two short tones:
CMD$="BUZZ BEEP;BUZZ BEEP":
CALL IBWRT(SCOPE%<CMD$)
6-105