Smux.measure.rangey - Keithley 2651A Reference Manual

High power system sourcemeter instrument
Hide thumbs Also See for 2651A:
Table of Contents

Advertisement

Section 7: Command reference
Usage
smuX.measure.overlappedY(rbuffer)
smuX.measure.overlappediv(ibuffer, vbuffer)
X
Y
rbuffer
ibuffer
vbuffer
Details
This function will start a measurement and return immediately. The measurements, as they are performed, are
stored in a reading buffer (along with any ancillary information also being acquired). If the instrument is
configured to return multiple readings where one is requested, the readings will be available as they are made.
Measurements are in the following units of measure: v = volts, i = amperes, r = ohms, p = watts.
The smuX.measure.overlappediv() function stores current readings in ibuffer and voltage readings in
vbuffer.
This function is an overlapped command. Script execution will continue while the measurement(s) is made in the
background. Attempts to access result values that have not yet been generated will cause the script to block and
wait for the data to become available. The waitcomplete() function can also be used to wait for the
measurement(s) to complete before continuing.
If a given reading buffer contains any data, it will be cleared prior to taking any measurements, unless the
reading buffer has been configured to append data.
Example
smua.measure.overlappedv(smua.nvbuffer1)
Also see
smuX.measure.Y()
smuX.nvbufferY
waitcomplete()
Reading buffers

smuX.measure.rangeY

This attribute contains the positive full-scale value of the measure range for voltage or current.
Type
TSP-Link accessible
Attribute (RW)
Yes
7-202
Model 2651A High Power System SourceMeter® Instrument Reference Manual
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 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.
(on page 7-205)
(on page 7-208)
(on page 7-374)
(on page 3-6)
Affected by
Instrument reset
SMU reset
Recall
Starts background voltage
measurements for SMU channel A.
Where saved
Default value
Saved setups
Current: 100e-9 (100 nA)
Voltage: 100e-3 (100 mV)
2651A-901-01 Rev. A / March 2011

Advertisement

Table of Contents
loading

Table of Contents