7½ Digit Graphical Sampling Multimeter Reference Manual Section 8:
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
The number of readings per second: 1,000 to 1,000,000
Functions
dmm.FUNC_DIGITIZE_CURRENT
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
dmm.digitize.aperture (on page 8-83)
dmm.digitize.count (on page 8-84)