Figure 3-6 Labview Source Step Example - Keithley 2601 User Manual

Series 2600 system sourcemeter instruments
Hide thumbs Also See for 2601:
Table of Contents

Advertisement

Section 3: Test Script Processor Interaction
The Series 2600 command sequence:
localnode.prompts = 0
data_table = {}
reset()
smua.source.output = 1
for i=1,10 do
smua.source.levelv = i
mi = smua.measure.i()
table.insert(data_table,mi)
end
smua.source.output = 0
print(table.concat(data_table,','))
reset()
Figure 3-6
LabVIEW source step example
3-12
Series 2600 System SourceMeter
-- Disable prompts.
-- Clear table.
-- Reset Series 2600.
-- Turn on source output.
-- Loop for 10 steps.
-- Set source level.
-- Take a current measurement.
-- Store measurement in table.
-- End of loop.
-- Turn off output.
-- Print table of current values.
-- Reset instrument.
Return to
Section Topics
®
Instruments User's Manual
2600S-900-01 Rev. C / January 2008

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

26022612261126352636

Table of Contents