Smux.measure.adc - Keithley 2651A Reference Manual

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

Advertisement

Section 7: Command reference
Details
Reading buffers can be created and allocated dynamically using this function. Use bufferSize to designate the
number of readings the buffer can store.
Dynamically allocated reading buffers can be used interchangeably with the smuX.nvbufferY buffers.
A reading buffer can be deleted by setting all references to the reading buffer equal to nil, then running the
garbage collector (see the collectgarbage() function in
Example
mybuffer2 = smua.makebuffer(200)
Also see
collectgarbage()
savebuffer()
smuX.nvbufferY
Working with reading buffers in the remote state

smuX.measure.adc

This attribute contains the analog to digital converter selection.
Type
TSP-Link accessible
Attribute (RW)
Yes
Usage
adc = smuX.measure.adc
smuX.measure.adc = adc
adc
X
Details
When making measurements, the SMU uses one of two types of analog to digital converters. This attribute
controls which analog to converter is used.
Example
smua.measure.adc = smua.ADC_FAST
Also see
smuX.measure.nplc
Analog to digital converter
7-190
Model 2651A High Power System SourceMeter® Instrument Reference Manual
(on page 7-152)
(on page 7-208)
Affected by
Instrument reset
SMU reset
Recall
The analog to digital (A/D) converter used for measurements. Set to one of the
following:
0 or smuX.ADC_INTEGRATE: Integrating A/D converter
1 or smuX.ADC_FAST: Fast A/D converter
Source-measure unit (SMU) channel (for example, smua.measure.adc applies to
SMU channel A).
(on page 7-201)
(on page 4-1)
Standard libraries
Creates a 200 element reading buffer (mybuffer2)for
SMU channel A .
(see "Remote reading buffer programming" on page 3-10)
Where saved
Default value
Saved setups
smuX.ADC_INTEGRATE
Selects the fast A/D converter for SMU
channel A.
(on page 6-30)).
2651A-901-01 Rev. A / March 2011

Advertisement

Table of Contents
loading

Table of Contents