How Do I Use Other Programs; Using Labview - Keithley 2601A User Manual

2600a series system sourcemeter
Table of Contents

Advertisement

Series 2600A System SourceMeter® Instruments User's Manual

How do I use other programs?

Reference
Basic source-measure examples using LabVIEW and Visual Basic are shown below. See also
Section 3 for more examples to load and run scripts.

Using LabVIEW

The source-measure example using LabVIEW is shown in
1.
Reset instrument.
2.
Select source voltage function.
3.
Set source output voltage.
4.
Turn on output.
5.
Take current measurement.
6.
Reset instrument.
The command sequence for this source-measure example is shown below:
localnode.prompts = 0
reset()
smua.source.func = smua.OUTPUT_DCVOLTS --
smua.source.levelv = volts
smua.source.output = smua.OUTPUT_ON
print(smua.measure.i())
reset()
The commands above are sent out in LabVIEW using either GPIB or VIS VIs. Refer to the
LabVIEW documentation for information on using VIs.
2600AS-900-01 Rev. B / September 2008
See the LabVIEW and Visual Basic documentation for details on using those
programs.
Return to
Section Topics
Figure
2-11. The test steps are:
-- Disable prompts.
-- Reset Series 2600A.
Select voltage source
function.
--
-- Set voltage source level.
-- Turn on source output.
--
Take and return current
reading.
--
-- Reset Series 2600A.
Section 2: Remote Operation
2-17

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

2635a2602a2611a2612a2636a

Table of Contents