EasyManuals Logo
Home>Keithley>Multimeter>3720-ST

Keithley 3720-ST User Manual

Keithley 3720-ST
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 #531 background imageLoading...
Page #531 background image
Section 11: TSP command reference Series 3700A System Switch/Multimeter Reference Manual
11-152 3700AS-901-01 Rev. D/June 2018
dmm.buffer.catalog()
This function creates an iterator for the user-created reading buffers.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
No
Usage
for name in dmm.buffer.catalog() do...end
name
A string representing the name of a user created DMM reading buffer
Details
You can access the catalog for the user-created local reading buffers so that you can print the names
of all reading buffers in the system. The entries are enumerated in no particular order. From this list,
you may selectively delete reading buffers from the system.
Do not delete the reading buffers by sending:
for name in dmm.buffer.catalog() do name = nil end
This locks the system and forces you to stop the command (through the EXIT key on the front
panel). It does not delete the reading buffers from the instrument. This occurs because name is a
string type variable and not a reading buffer type.
Example
for name in dmm.buffer.catalog() do print(name) end
Print all user-created local reading
buffers in the system.
Assume the return is:
buf3
buf5
buf1
buf1 = nil
collectgarbage()
Deletes buf1.
Also see
dmm.buffer.info() (on page 11-153)

Table of Contents

Other manuals for Keithley 3720-ST

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Keithley 3720-ST and is the answer not in the manual?

Keithley 3720-ST Specifications

General IconGeneral
BrandKeithley
Model3720-ST
CategoryMultimeter
LanguageEnglish

Related product manuals