Section 7: Command reference
Models 707B and 708B Switching Matrix Reference Manual
7-8
707B-901-01 Rev. A / August 2010
Also see: Related commands and information
The
Also see
section of the instrument control command description lists commands that are related
to the command being described.
Figure 92: Links to related commands and information
Instrument Control Library (ICL) command reference
beeper.beep()
This function generates an audible tone.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function Yes
Usage
beeper.beep(duration, frequency)
duration
The amount of time to play the tone in seconds; the allowable range is 0.1 s to 100 s
frequency
The frequency of the tone in Hertz (Hz)
Details
The beeper will not sound if it is disabled. It can be disabled or enabled with
beeper.enable
, or through the
front-panel Main Menu.
Example
beeper.enable = 1
beeper.beep(2, 2400)
Enables the beeper and generates a
two-second, 2400 Hz tone.
Also see
(on page 7-9)