Dmm.measure.configlist.delete() - Keithley DMM7510 Reference Manual

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

Advertisement

Section 8: TSP command reference

dmm.measure.configlist.delete()

This function deletes a measure configuration list.
Type
TSP-Link accessible
Function
Yes
Usage
dmm.measure.configlist.delete(listName)
dmm.measure.configlist.delete(listName, index)
listName
index
Details
Deletes a configuration list. If the index is not specified, the entire configuration list is deleted. If the
index is specified, only the specified configuration index in the list is deleted.
When an index is deleted from a configuration list, the index numbers of the following indexes are
shifted up by one. For example, if you have a configuration list with 10 indexes and you delete index
3, the index that was numbered 4 becomes index 3, and the all the following indexes are renumbered
in sequence to index 9. Because of this, if you want to delete several nonconsecutive indexes in a
configuration list, it is best to delete the higher numbered index first, then the next lower index, and so
on. This also means that if you want to delete all the indexes in a configuration list, you must delete
index 1 repeatedly until all indexes have been removed.
Example
dmm.measure.configlist.delete("myMeasList")
dmm.measure.configlist.delete("myMeasList", 2)
Also see
Configuration lists
dmm.measure.configlist.create()
8-140
Model DMM7510 7½ Digit Graphical Sampling Multimeter Reference Manual
Affected by
A string that represents the name of a measure configuration list
A number that defines a specific configuration index in the configuration list
(on page 3-37)
(on page 8-139)
Where saved
Default value
Delete a measure configuration list named
myMeasList.
Delete configuration index 2 from the measure
configuration list named myMeasList.
DMM7510-901-01 Rev. B / May 2015

Advertisement

Table of Contents
loading

Table of Contents