Datasheet

Specifications are subject to change without notice. All Keithley trademarks and trade names are the property of Keithley Instruments.
All other trademarks and trade names are the property of their respective companies.
KEITHLEY INSTRUMENTS 28775 AURORA RD. CLEVELAND, OH 44139-1891 440-248-0400 Fax: 440-248-6168 1-888-KEITHLEY www.keithley.com
A Greater Measure of Confidence
BENELUX
+31-40-267-5506
www.keithley.nl
BRAZIL
55-11-4058-0229
www.keithley.com
CHINA
86-10-8447-5556
www.keithley.com.cn
FRANCE
+33-01-69-86-83-60
www.keithley.fr
GERMANY
+49-89-84-93-07-40
www.keithley.de
INDIA
080-30792600
www.keithley.in
ITALY
+39-049-762-3950
www.keithley.it
JAPAN
81-120-441-046
www.keithley.jp
KOREA
82-2-6917-5000
www.keithley.co.kr
MALAYSIA
60-4-643-9679
www.keithley.com
MEXICO
52-55-5424-7907
www.keithley.com
RUSSIA
+7-495-664-7564
www.keithley.ru
SINGAPORE
01-800-8255-2835
www.keithley.com.sg
TAIWAN
886-3-572-9077
www.keithley.com.tw
UNITED KINGDOM
+44-1344-39-2450
www.keithley.co.uk
For further information on how to purchase or to locate a sales partner please visit www.keithley.com/buy
© Copyright 2015 Keithley Instruments Printed in the U.S.A No. 1KA-1019770-0 1.20.15
--Reset the instrument to default settings.
reset()
--Create a local variable to store the number of samples
numofsamples = 100
--Set the measure function to digitize voltage to capture
the ripple waveform
dmm.digitize.func = dmm.FUNC_DIGITIZE_VOLTAGE
--Voltage range must be fixed when using digitize voltage
dmm.digitize.range = 10
--Set sample rate to 1 Msample per second to sample a 50
kHz voltage ripple
dmm.digitize.samplerate = le6
--Set aperture to auto to get the highest accuracy
measurement for the
configured sampling rate
dmm.digitize.apertw::e = dmm.APERTURE_AUTO
--Set sample count to the number of samples to capture
about 5 ripples
dmm.digitize.count = numofsamples
--Set the input impedance to auto so it selects 10 G for
the lOV range
dmm.digitize.inputimpedance = dmm.IMPEDANCE_AUTO
--Set the buffer to align with the number of samples
(optional)
defbufferl.capacity = numofsamples
--Clear buffer
defbufferl.clear()
--Make sure your signal is connected to the DMM. Digitize
now.
dmm.digitize.read()
--Print the digitized readings
if defbufferl.n > 0 then
print("Ripple Voltage:")
print("Total Count:", defbufferl.n)
printbuffer(l, defbufferl.n, defbufferl)
print("Timestamps:")
printbuffer(l, defbufferl.n, defbufferl.
relativetimestamps)
else
print ("No data collected")
end
print ("Test Ended")
Conclusion
The Model DMM7510 7½-Digit Graphical Sampling Multimeter
is the ideal instrument for capturing very- low level DC and
dynamic voltage and current signals on power supplies. The
touchscreen user interface allows users to view, analyze,
and interact with the waveform right on the instrument. It is
compact, simple to set up and a perfect must-have instrument
for your bench.