EasyManuals Logo

Keithley 3706A Reference Manual

Keithley 3706A
936 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
Page #243 background imageLoading...
Page #243 background image
Section 6: Reading buffers Series 3700A System Switch/Multimeter Reference Manual
6-16 3700AS-901-01 Rev. D/June 2018
The code for the previous example follows:
-- Create a buffer named buf and allocate space for 50 readings.
buf = dmm.makebuffer(50)
-- Enable append buffer mode.
buf.appendmode = 1
-- Set count to 30.
dmm.measurecount = 30
-- Show the current number of readings in the buffer,
-- and then measure and store readings in the
-- buffer (first pass).
-- Output from the print command:
-- 0.000000000e+000
-- 5.245720223e-002
print(buf.n, dmm.measure(buf))
-- Show the current number of readings in the buffer,
-- and then measure and store readings in the
-- buffer (second pass).
-- Output from the print command:
-- 3.000000000e+001
-- -1.388141960e-001
-- 4915, Attempting to store past capacity of reading buffer
print(buf.n, dmm.measure(buf))
-- Show the current number of readings in the buffer,
-- and then measure and store readings in the
-- buffer (third pass).
-- Output from the print command:
-- 5.000000000e+001
-- nil
-- 4915, Attempting to store past capacity of reading buffer
print(buf.n, dmm.measure(buf))

Table of Contents

Other manuals for Keithley 3706A

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Keithley 3706A and is the answer not in the manual?

Keithley 3706A Specifications

General IconGeneral
Model3706A
CategorySystem Switch/Multimeter
Voltage Range100 nV to 300 V
Basic DC Voltage Accuracy0.0035%
Basic Resistance Accuracy0.01%
Maximum Channels576
Maximum Voltage300 V
ConnectivityLAN, USB, GPIB
InterfaceLAN, USB, GPIB
Switching MatrixYes
Channels576 (6-slot mainframe)
Maximum Current3 A

Related product manuals