Measure To Gpib - Keithley 2601 Reference Manual

System sourcemeter 2600 series (smu)
Hide thumbs Also See for 2601:
Table of Contents

Advertisement

Appendix E: Speed Specification Test Conditions
4.
Set the source function to volts.
5.
The NPLC is set.
6.
Turn output ON.
7.
Autozero is set to smua.AUTOZERO_ONCE.
8.
A measurement is taken internally to get a background reference reading.
9.
Autozero is turned off.
10.
The format.data command is set to format.SREAL.
11.
A function is issued to take a single measurement.
12.
Data is returned using printnumber().
13.
Turn output OFF.

Measure to GPIB

Single voltage measurements are recorded using smua.measure.v().
The following shows how the results are obtained in Visual Basic. TestScript() is the setup script.
TransmitBuffer =
"printnumber(smua.measure.v())" & CRLF
tlen = Len(TransmitBuffer)
tstart = Timer
For i = 1 To NumPoints
Next i
tstop = Timer
Result = NumPoints/ (tstop – start)
Source Measure to GPIB
This test is similar to the Measure to GPIB test script. The smua.measurevandstep(Levelv)
function is used instead of smua.measure.v(). Levelv increments are used throughout the test.
Source Measure Pass/Fail to GPIB
The setup for this test is similar to Source Measure to GPIB and adds some addition logic. Each
measurement is compared to a value and a flag is set to 1 or 0 depending on whether the
measurement is above the threshold or not.
Function/ Range Change Rates
The tests in this section have the following setup:
1.
Set the source range to 1V, turning autorange off.
2.
Measure range is set to 1V, turning autorange off.
3.
Measurement filter is off.
4.
Set the source function to volts.
5.
The NPLC is set.
E-6
VisaStatus = viWrite(VisaSession,
TransmitBuffer, tlen, ReturnCount)
VisaStatus = viRead(VisaSession,
ReceiveBuffer, MAX_BUFFER, ReturnCount)
Return to
Series 2600 System SourceMeter® Instruments Reference Manual
Section Topics
--NumPoints is the number of
samples taken
--NumPoints is the number of samples taken
2600S-901-01 Rev. C / January 2008

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

26362602261126122635

Table of Contents