Keithley SourceMeter 2600 Series Reference Manual page 157

Table of Contents

Advertisement

Series 2600 System SourceMeters Reference Manual
Remote ohms programming
The following paragraphs summarize basic commands necessary for remote
ohms programming and also give a programming example for a typical ohms
measurement situation.
Remote ohms command
Use the following command to obtain a resistance reading:
reading = smuX.measure.r()
See
Table 4-7
functions, and also
Ohms programming example
The command sequence for a typical ohms measurement is shown below. These
commands set up the SourceMeter as follows:
smua.reset()
smua.source.func = smua.OUTPUT_DCAMPS
smua.source.rangei = 10e-3
smua.source.leveli = 10e-3
smua.source.limitv = 10
smua.sense = smua.SENSE_REMOTE
smua.measure.autorangev = smua.AUTORANGE_ON --Set voltage range to auto.
smua.source.output = smua.OUTPUT_ON
print(smua.measure.r())
smua.source.output = smua.OUTPUT_OFF
for more commands necessary to set up source and measure
Section 12
Source function: current, 10mA range, 10mA output
Voltage measure range: auto
Voltage compliance: 10V
Sense mode: 4-wire
Return to
for more details.
--Restore Series 2600 defaults.
--Select current source function.
--Set source range to 10mA.
--Set current source to 10mA.
--Set voltage limit to 10V.
--Enable 4-wire ohms.
--Turn on output.
--Get resistance reading.
--Turn off output.
Section 4 topics
2600S-901-01 Rev. A / May 2006
Basic Operation 4-21

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents