Manual

Remote Control Commands and Queries
WM-RCM-E Rev D ISSUED: February 2005
97
MISCELLANEOUS
BUZZER, BUZZ
Command
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$)