Keithley SourceMeter 2611 User Manual page 41

Hide thumbs Also See for SourceMeter 2611:
Table of Contents

Advertisement

Series 2600 System SourceMeters User's Manual
Step 4: Turn on output
Send the following command to turn on the output:
smua.source.output =smua.OUTPUT_ON
Step 5: Make a measurement
Enter the following command to take a current measurement:
reading = smua.measure.i()
Step 6: Print the result
Print the result in the console window with the following command:
print(reading)
Note that the reading response will appear in the console window (refer to
Figure
Alternatively, you can take and print readings by including the appropriate mea-
sure command as the argument in the print command. For example, the fol-
lowing commands will take and print ohms and power readings respectively:
print(smua.measure.r())
print(smua.measure.p())
Again, readings will be displayed in the console window.
Step 7: Turn off output
Send the following command to turn off the output when measurements are
complete:
smua.source.output =smua.OUTPUT_OFF
2-6).
Return to
In this Section:
2600S-900-01 Rev. A / May 2006
Remote Operation 2-11

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sourcemeter 2602Sourcemeter 2612Sourcemeter 2601

Table of Contents