![Keithley DMM7510 Скачать руководство пользователя страница 627](http://html2.mh-extra.com/html/keithley/dmm7510/dmm7510_reference-manual_4027507627.webp)
Section 8: TSP command reference
Model DMM7510 7½ Digit Graphical Sampling Multimeter Reference Manual
8-14
DMM7510-901-01 Rev. B / May 2015
Example
acal.schedule(acal.ACTION_RUN, acal.INTERVAL_1DAY, 8)
Sets auto calibration to run every day at 8 am.
Also see
(on page 3-44)
(on page 8-12)
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 (0.001 to 100 s)
frequency
The frequency of the beep (20 to 8000 Hz)
Details
You can use the beeper of the instrument to provide an audible signal at a specific frequency and
time duration.
Using this function from a remote interface does not affect audible errors or key click settings that
were made from the Model DMM7510 front panel.
Example
beeper.beep(2, 2400)
Generates a 2 s, 2400 Hz tone.
Also see
None