![Keithley DMM7510 Скачать руководство пользователя страница 728](http://html2.mh-extra.com/html/keithley/dmm7510/dmm7510_reference-manual_4027507728.webp)
Model DMM7510 7½ Digit Graphical Sampling Multimeter Reference Manual
Section 8: TSP command reference
DMM7510-901-01 Rev. B / May 2015
8-115
dmm.digitize.samplerate
This attribute defines the precise acquisition rate at which the digitizing measurements are made.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (RW)
Yes
Restore configuration
Instrument reset
Power cycle
Measure configuration list
Configuration script
Measure configuration list
1,000,000
Usage
readings
= dmm.digitize.samplerate
dmm.digitize.samplerate =
readings
readings
The number of readings per second: 1,000 to 1,000,000
Functions
dmm.FUNC_DC_VOLTAGE
dmm.FUNC_RESISTANCE
dmm.FUNC_ACV_FREQUENCY
dmm.FUNC_AC_VOLTAGE
dmm.FUNC_4W_RESISTANCE
dmm.FUNC_ACV_PERIOD
dmm.FUNC_DC_CURRENT
dmm.FUNC_DIODE
dmm.FUNC_DCV_RATIO
dmm.FUNC_AC_CURRENT
dmm.FUNC_CAPACITANCE
dmm.FUNC_DIGITIZE_CURRENT
dmm.FUNC_TEMPERATURE
dmm.FUNC_CONTINUITY
dmm.FUNC_DIGITIZE_VOLTAGE
Details
The sample rate determines how fast the Model DMM7510 acquires a digitized reading.
Set the sample rate before setting the aperture. If the aperture setting is too high for the selected
sample rate, it is automatically adjusted to the highest aperture that can be used with the sample rate.
Example
dmm.digitize.func = dmm.FUNC_DIGITIZE_CURRENT
dmm.digitize.aperture = 0
dmm.digitize.samplerate = 1000000
dmm.digitize.count = 1
print(dmm.digitize.read())
Set the digitize function to measure current.
Set the sample rate to 1,000,000, with a
count of 1, and automatic aperture.
Make a digitize measurement.
Also see
(on page 8-83)
(on page 8-84)