EasyManuals Logo

Keithley SourceMeter 2602 User Manual

Keithley SourceMeter 2602
108 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #62 background imageLoading...
Page #62 background image
3-14 Test Script Processor Interaction Series 2600 System SourceMeters User’s Manual
2600S-900-01 Rev. A / May 2006 Return to In this section:
How do I use other programs?
Reference Refer to the LabVIEW and Visual Basic documentation for details
on using those programs.
Using LabVIEW
Source step example
The source step example is shown in Figure 3-6. The example steps the source
voltage from 1V to 10V in 1V steps, measures the current at each step, and stores
the result in a table. Once all steps are completed, the stored table current values
are printed.
The Series 2600 command sequence:
localnode.prompts = 0 -- Disable prompts.
data_table = {} -- Clear table.
reset() -- Reset Series 2600.
smua.source.output = 1 -- Turn on source output.
for i=1,10 do -- Loop for 10 steps.
smua.source.levelv = i -- Set source level.
mi = smua.measure.i() -- Take a current measurement.
table.insert(data_table,mi) -- Store measurement in table.
end -- End of loop.
smua.source.output = 0 -- Turn off output.
print(table.concat(data_table,’,’)) -- Print table of current values.
reset() -- Reset instrument.

Table of Contents

Other manuals for Keithley SourceMeter 2602

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Keithley SourceMeter 2602 and is the answer not in the manual?

Keithley SourceMeter 2602 Specifications

General IconGeneral
BrandKeithley
ModelSourceMeter 2602
CategoryMeasuring Instruments
LanguageEnglish

Related product manuals