EasyManua.ls Logo

Keithley 2461

Keithley 2461
1109 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Section
2: General operation Model 2461 Interactive SourceMeterĀ® Instrument
Reference Manual
2-106 2461-901-01 A/November 2015
Using SCPI:
Send the following code:
*RST
SENSe:FUNCtion "CURR"
SENSe:CURRent:RANGe:AUTO ON
SENSe:CURRent:UNIT OHM
SENSe:CURRent:OCOM ON
SOURce:FUNCtion VOLT
SOURce:VOLT 5
SOURce:VOLT:ILIM 0.01
SENSe:COUNT 5
OUTPut ON
TRACe:TRIGger "defbuffer1"
TRACe:DATA? 1, 5, "defbuffer1", SOUR, READ
OUTPut OFF
The front-panel display will look similar to the following example.
Figure 66: Resistance measurement using SVMI and reading ohms
Using TSP commands:
Send the following code:
reset()
smu.measure.func = smu.FUNC_DC_CURRENT
smu.measure.autorange = smu.ON
smu.measure.unit = smu.UNIT_OHM
smu.measure.count = 5
smu.source.func = smu.FUNC_DC_VOLTAGE
smu.source.level = 5
smu.source.ilimit.level = 0.01
smu.source.output = smu.ON
smu.measure.read(defbuffer1)
for i = 1, defbuffer1.n do
print(defbuffer1.relativetimestamps[i], defbuffer1[i])
end
smu.source.output = smu.OFF

Table of Contents

Other manuals for Keithley 2461

Related product manuals