Keithley SourceMeter 2600 Series Reference Manual page 152

Table of Contents

Advertisement

4-16
Basic Operation
Requesting readings
You can request readings by including the appropriate measurement command
as the argument for the print command. For example, the following will request
a channel A current reading:
print(smua.measure.i())
Source-measure programming example
The command sequence for a basic source-measure procedure is shown below.
These commands set up the SourceMeter as follows:
smua.reset()
smua.source.func = smua.OUTPUT_DCVOLTS
smua.source.autorangev = smua.AUTORANGE_ON --Set source range to auto.
smua.source.levelv = 5
smua.source.limiti = 10e-3
smua.measure.rangei = 10e-3
smua.source.output =smua.OUTPUT_ON
print(smua.measure.i())
smua.source.output =smua.OUTPUT_OFF
Measure only
In addition to being used for conventional source-measure operations, the
SourceMeter can also be used to measure only voltage or current. Perform the
following steps to use the SourceMeter to measure voltage or current:
1.
2.
2600S-901-01 Rev. A / May 2006
Source function and range: volts, auto range
Source output level: 5V
Current compliance: 10mA
Measure function and range: current, 10mA
Select source-measure functions.
Measure voltage only (voltmeter) — Press SRC to select the I-Source, and
press MEAS to select the voltage measurement function.
Measure current only (ammeter) — Press SRC to select the V-Source, and
press MEAS to select the current measurement function.
Set source and compliance levels.
Use the editing procedure provided in steps 1 and 2 of the
source-measure
procedure" described earlier in this section to edit the
source and compliance levels as follows:
Return to
Series 2600 System SourceMeters Reference Manual
--Restore Series 2600 defaults.
--Select voltage source function.
--Set voltage source to 5V.
--Set current limit to 10mA.
--Set current range to 10mA.
--Turn on output.
--Request current reading.
--Turn off output.
Section 4 topics
"Front panel

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents