Keithley SourceMeter 2600 Series Reference Manual page 352

Table of Contents

Advertisement

12-78 Instrument Control Library
smuX.measure.Y
smuX.measure.iv
Function
Performs one or more measurements.
Usage
There are three ways to use this function:
reading = smuX.measure.Y()
reading = smuX.measure.Y(rbuffer)
reading = smuX.measure.iv(ibuffer, vbuffer)
reading
rbuffer
ibuffer
vbuffer
• This function returns only the last actual measurement as
Remarks
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
provided, but only the last measurement will be returned as
• The
respective buffers (current and then voltage are stored in separate buffers).
• The
performed. When using a buffer, it also determines the number of readings to store
in the buffer.
Details
See
"Reading
Also see
smuX.nvbufferY,
Performs ten voltage measurements using SMU A and stores them in a buffer:
Example
smua.measure.count = 10
smua.measure.v(smua.nvbuffer1)
smuX.measureYandstep
smuX.measureivandstep
Function
Performs one or two measurements and then steps the source.
Usage
This function can be used in two ways:
reading = smuX.measureYandstep(sourcevalue)
readings = smuX.measureivandstep(sourcevalue)
reading
readings
sourcevalue
2600S-901-01 Rev. A / May 2006
X = SMU channel (a or b)
Y = SMU measure function (v, i, r or p)
Returns the last reading of the measurement process.
A reading buffer object where all the reading(s) will be stored.
A reading buffer object where current reading(s) will be stored.
A reading buffer object where voltage reading(s) will be stored.
function stores both current and voltage readings in
smuX.measure.iv
smuX.measure.count
attribute determines how many measurements are
buffers" in
Section
smuX.nvbufferY
X = SMU channel (a or b)
Y = SMU measure function (v, i, iv, r or p) where:
Returns the measured reading before stepping the source.
Returns the two measured readings before stepping the source.
Source value to be set after the measurement is made.
Return to
Series 2600 System SourceMeters Reference Manual
v = voltage, i = current, r = resistance, p = power
7.
v = voltage, i = current, r = resistance, p = power
Section 12 topics
where:
. To use the
reading
if one is
rbuffer
.
reading

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents