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

2600a series system sourcemeter
Table of Contents

Advertisement

Series 2600A System SourceMeter
The Series 2600A 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
2600AS-900-01 Rev. B / September 2008
®
Instruments User's Manual
Return to
Section Topics
Section 3: Test Script Processor Interaction
-- Disable prompts.
-- Clear table.
-- Reset Series 2600A.
-- 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.
3-13

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

2635a2602a2611a2612a2636a

Table of Contents