Dmm.buffer.catalog(); Dmm.buffer.info() - Keithley 3700A Series Reference Manual

System switch/multimeter
Hide thumbs Also See for 3700A Series:
Table of Contents

Advertisement

Section 11: TSP command reference

dmm.buffer.catalog()

This function creates an iterator for the user-created reading buffers.
Type
TSP-Link accessible
Function
No
Usage
for name in dmm.buffer.catalog() do...end
name
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
buf1 = nil
collectgarbage()
Also see

dmm.buffer.info()

11-152
Affected by
A string representing the name of a user created DMM reading buffer
(on page 11-153)
Series 3700A System Switch/Multimeter Reference Manual
Where saved
Default value
Print all user-created local reading
buffers in the system.
Assume the return is:
buf3
buf5
buf1
Deletes buf1.
3700AS-901-01 Rev. D/June 2018

Advertisement

Table of Contents
loading

Table of Contents