Keithley 2461 Reference Manual page 707

1kw pulse mode interactive sourcemeter instrument
Table of Contents

Advertisement

Section 8: TSP command reference
The values returned by this command depend on the source readback state:
If readback is off, the value is the programmed value
If readback is on, the value is the actual measured source value
Example
reset()
testData = buffer.make(50)
smu.source.func = smu.FUNC_DC_CURRENT
smu.source.level = 1e-6
smu.source.output = smu.ON
trigger.model.load("SimpleLoop", 3, 0, testData)
trigger.model.initiate()
waitcomplete()
printbuffer(1, 3, testData.sourcevalues)
Also see
bufferVar.sourcestatuses
bufferVar.sourceunits
bufferVar.statuses
bufferVar.formattedreadings
buffer.delete()
buffer.make()
bufferVar.clear()
print()
(on page 8-92)
printbuffer()
(on page 8-93)
Reading buffers
Remote buffer operation
smu.source.readback
8-34
(on page 8-31)
(on page 8-32)
(on page 8-36)
(on page 8-23)
(on page 8-11)
(on page 8-14)
(on page 8-19)
(on page 3-2)
(on page 3-23)
(on page 8-208)
Model 2461 Interactive SourceMeter® Instrument Reference Manual
Create a reading buffer named
testData, configure the instrument to
make three measurements, and store
the readings in the buffer.
Set the source value to 1e-6 A.
Print the source values being output
when readings in the reading buffer
were acquired.
Example output:
9.9999874692e-07,
1.0000017028e-06,
1.0000054544e-06
2461-901-01 A/November 2015

Advertisement

Table of Contents
loading

Table of Contents