Dmm.digitize.read() - Keithley DMM7510 Reference Manual

7 1/2 digit graphical sampling multimeter
Hide thumbs Also See for DMM7510:
Table of Contents

Advertisement

Model DMM7510 7½ Digit Graphical Sampling Multimeter Reference Manual

dmm.digitize.read()

This function makes digitize measurements, places them in a reading buffer, and returns the last reading.
Type
TSP-Link accessible
Function
Yes
Usage
reading = dmm.digitize.read()
reading = dmm.digitize.read(bufferName)
reading
bufferName
Functions
dmm.FUNC_DC_VOLTAGE
dmm.FUNC_AC_VOLTAGE
dmm.FUNC_DC_CURRENT
dmm.FUNC_AC_CURRENT
dmm.FUNC_TEMPERATURE
Details
You must set the instrument to make digitize measurements before sending this command.
This command initiates measurements using the present function setting, stores the readings in a
reading buffer, and returns the last reading.
This command makes the number of digitize measurements that is set by the
dmm.digitize.count attribute.
When you use a reading buffer with a command or action that makes multiple readings, all readings
are available in the reading buffer. However, only the last reading is returned as a reading with the
command.
If you define a specific reading buffer, the reading buffer must exist before you make the
measurement.
Example
voltMeasBuffer = buffer.make(10000)
dmm.digitize.func =
dmm.FUNC_DIGITIZE_VOLTAGE
print(dmm.digitize.read(voltMeasBuffer))
Also see
buffer.make()
dmm.digitize.count
dmm.digitize.unit
dmm.measure.read()
Reading buffers
trigger.model.load() — SimpleLoop
DMM7510-901-01 Rev. B / May 2015
Affected by
The last reading of the measurement process
The name of the reading buffer, which may be a default buffer (defbuffer1 or
defbuffer2) or a user-defined buffer; if nothing is specified, the reading is stored
in defbuffer1
dmm.FUNC_RESISTANCE
dmm.FUNC_4W_RESISTANCE
dmm.FUNC_DIODE
dmm.FUNC_CAPACITANCE
dmm.FUNC_CONTINUITY
(on page 8-18)
(on page 8-84)
(on page 8-116)
(on page 8-177)
(on page 3-13)
(on page 8-299)
Section 8: TSP command reference
Where saved
Default value
dmm.FUNC_ACV_FREQUENCY
dmm.FUNC_ACV_PERIOD
dmm.FUNC_DCV_RATIO
dmm.FUNC_DIGITIZE_CURRENT
dmm.FUNC_DIGITIZE_VOLTAGE
Create a buffer named voltMeasBuffer. Set
the instrument to measure voltage.
Make a measurement that is stored in the
voltMeasBuffer and is also printed.
8-109

Advertisement

Table of Contents
loading

Table of Contents