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...
Appendix
C: Status model Model 2461 Interactive SourceMeterĀ® Instrument
Reference Manual
C-24 2461-901-01 A/November 2015
Using TSP commands:
reset()
-- Clear the status byte
status.clear()
-- Map bit 0 of operational status register to set on buffer
-- full (4917) and clear on buffer empty (4916).
status.operation.setmap(0, 4917, 4916)
-- Enable bit 0 to flow through to the status byte.
status.operation.enable = 1
-- Enable the Operational Summary Bit to set the Master
-- Summary Bit/RQS
status.request_enable = status.OSB
-- Clear the buffer and make it smaller
defbuffer1.clear()
defbuffer1.capacity = 100
smu.source.range = 1
smu.source.level = 1
smu.source.ilimit.level = 10e-3
-- Set the measure count to fill the buffer
smu.measure.count = 100
smu.measure.range = 10e-3
smu.source.output = smu.ON
smu.measure.read(defbuffer1)
smu.source.output = smu.OFF
printbuffer(1, defbuffer1.n, defbuffer1)

Table of Contents

Other manuals for Keithley 2461

Related product manuals