Keithley 3700 series Reference Manual page 248

System switch/multimeter
Hide thumbs Also See for 3700 series:
Table of Contents

Advertisement

Section 9: Instrument Control Library (ICL)
dmm.measurecount
Remarks
Also see
Example
dmm.measurewithtime
Function
Usage
Remarks
Also see
9-104
This attribute controls the number of measurements taken any time a measurement is
requested. When using a reading buffer with a measure command, the count also
controls the number of readings to be stored.
It has no effect on the trigger model, and the trigger model does not affect this setting.
The factory default and
dmm.reset
dmm.makebuffer
(on page 9-98)
dmm.measure
(on page 9-102)
To set the measure count on DMM to 50:
dmm.measurecount = 50
Handles taking measurements on the DMM without using the trigger model.
There are two ways to use this function:
1. To return the last reading of the measurement process taken and accounted for by
dmm.measurecount:
reading, seconds, fractional = dmm.measurewithtime()
reading: Contains the last reading of the measurement process
seconds: Contains seconds
fractional: Contains seconds and fractional seconds
2. To return the last reading of the measurement process while storing all readings
accounted for by dmm.measurecount:
reading = dmm.measurewithtime(rbuffer)
rbuffer: A previously created reading buffer object where all the reading(s) will be
stored.
reading: Contains the last reading of the measurement process
This function returns only the last actual measurement as reading. To use the
additional information acquired while making a measurement, a reading buffer must be
used. If the instrument is configured to return multiple readings when a measurement
is requested, all readings will be available in rbuffer if one is provided, but only the last
reading will be returned as reading.
The
dmm.measurecount
(on page 9-103) attribute determines how many
measurements are performed. When using a buffer, it also determines the number of
readings to store in the buffer.
dmm.makebuffer
(on page 9-98)
dmm.measure
(on page 9-102)
dmm.measurecount
(on page 9-103)
Series 3700 System Switch/Multimeter Reference Manual
(on page 9-112) value is 1.
Document Number: 3700S-901-01 Rev. A / August 2007

Advertisement

Table of Contents
loading

Table of Contents