Section 11: TSP command reference Model 2601B-PULSE System SourceMeter Instrument Reference Manual
11-8 2601B-PULSE-901-01A April 2020
TSP commands
The TSP commands available for the instrument are listed in alphabetic order.
beeper.beep()
This function generates an audible tone.
Usage
beeper.beep(duration, frequency)
The amount of time to play the tone (0.001 s to 100 s)
The frequency of the tone in Hertz (Hz)
Details
You can use the beeper of the 2601B-PULSE to provide an audible signal at a specified frequency
and time duration. For example, you can use the beeper to signal the end of a lengthy sweep.
The beeper will not sound if it is disabled. It can be disabled or enabled with the beeper enable
command, or through the front panel.
Example
beeper.enable = beeper.ON
beeper.beep(2, 2400)
Enables the beeper and generates a
two-second, 2400 Hz tone.
Also see
beeper.enable (on page 11-8)
beeper.enable
This command allows you to turn the beeper on or off.
Recall setup
Instrument reset
Usage
state = beeper.enable
beeper.enable = state
Disable the beeper: beeper.OFF or 0
Enable the beeper: beeper.ON or 1