Keithley 2461 Reference Manual page 882

1kw pulse mode interactive sourcemeter instrument
Table of Contents

Advertisement

Model 2461 Interactive SourceMeter® Instrument Reference Manual
Example
reset()
testDataBuffer = buffer.make(100)
smu.source.func = smu.FUNC_DC_VOLTAGE
smu.measure.func = smu.FUNC_DC_CURRENT
smu.source.readback = smu.ON
smu.source.level = 10
smu.measure.count = 100
smu.source.output = smu.ON
smu.measure.read(testDataBuffer)
smu.source.output = smu.OFF
printbuffer(1, 100, testDataBuffer.sourcevalues,
testDataBuffer)
Also see
smu.measure.func
smu.source.func
2461-901-01 A/November 2015
(on page 8-150)
(on page 8-184)
Section 8: TSP command reference
Reset the instrument to default
settings.
Make a buffer named
testDataBuffer that can hold 100
readings.
Set source function to voltage.
Set the measurement function to
current.
Set read back on.
Set the instrument to take 100
readings.
Turn the output on.
Take the measurements.
Turn the output off.
Get the source values and
measurements from the buffer.
8-209

Advertisement

Table of Contents
loading

Table of Contents