Keithley DMM7510 Reference Manual page 1030

7 1/2 digit graphical sampling multimeter
Hide thumbs Also See for DMM7510:
Table of Contents

Advertisement

Model DMM7510 7½ Digit Graphical Sampling Multimeter Reference Manual
Appendix 0: Status model
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
-- Set the measure count to fill the buffer
dmm.measure.count = 100
dmm.measure.range = 10e-3
dmm.measure.read(defbuffer1)
printbuffer(1, defbuffer1.n, defbuffer1)
DMM7510-901-01 Rev. B / May 2015
17

Advertisement

Table of Contents
loading

Table of Contents