Smux.measure.overlappedy() - Keithley 2601B Reference Manual

2600b series system sourcemeter instrument
Hide thumbs Also See for 2601B:
Table of Contents

Advertisement

Series 2600B System SourceMeter® Instrument Reference Manual

smuX.measure.overlappedY()

This function starts an asynchronous (background) measurement.
Type
TSP-Link accessible
Function
No
Usage
smuX.measure.overlappedY(rbuffer)
smuX.measure.overlappediv(ibuffer, vbuffer)
X
Y
rbuffer
ibuffer
vbuffer
Details
This function starts a measurement and returns immediately. The measurements, as they are performed, are
stored in a reading buffer (along with any other information that is being acquired). If the instrument is configured
to return multiple readings where one is requested, the readings are available as they are made. Measurements
are in the following units of measure: v = volts, i = amperes, r = ohms, p = watts.
The second form of this function, smuX.measure.overlappediv(), stores current readings in ibuffer and
voltage readings in vbuffer.
This function is an overlapped command. Script execution continues while the measurements are made in the
background. Attempts to access result values that have not yet been generated cause the script to block and
wait for the data to become available. The waitcomplete() function can also be used to wait for the
measurements to complete before continuing.
If a given reading buffer contains any data, it is cleared before taking any measurements, unless the reading
buffer has been configured to append data.
Example
smua.measure.overlappedv(smua.nvbuffer1)
Also see
Reading buffers
smuX.measure.Y()
smuX.nvbufferY
waitcomplete()
2600BS-901-01 Rev. B / May 2013
Affected by
Source-measure unit (SMU) channel (for example,
smua.measure.overlappedv() applies to SMU channel A)
SMU measurement type (v = voltage, i = current, r = resistance, p = power)
A reading buffer object where the readings will be stored
A reading buffer object where current readings will be stored
A reading buffer object where voltage readings will be stored
(on page 3-6)
(on page 7-213)
(on page 7-215)
(on page 7-380)
Section 7: TSP command reference
Where saved
Default value
Starts background voltage
measurements for SMU channel A.
7-209

Advertisement

Table of Contents
loading

This manual is also suitable for:

2604b2614b2634b2635b2636b2602b ... Show all

Table of Contents