Dmm.configure.delete() - Keithley 3700A Series Reference Manual

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

Advertisement

Section 11: TSP command reference
Example
for name in dmm.configure.catalog() do
print(name)
end
for name in dmm.configure.catalog() do
dmm.configure.delete(name)
end
Also see

dmm.configure.delete()

dmm.configure.query()
dmm.configure.recall()
dmm.configure.set()
dmm.configure.delete()
This function deletes a user-created DMM configuration from memory.
Type
TSP-Link accessible
Function
Yes
Usage
dmm.configure.delete("name")
name
Details
If you delete a DMM configuration that is assigned to channels or channel patterns, those channels
and patterns revert back to the factory default DMM configuration of "nofunction"
(dmm.setconfig()).
If you delete a DMM configuration that is used in a scan list, the scan list is modified and the channel
is set to "nofunction" for that configuration.
You cannot delete a DMM configuration on a closed channel. If you attempt to delete it, error code
1114, "Settings conflict with deleting DMM configuration assigned to closed channel," is generated.
An error is generated if the name specified does not exist as a user configuration.
Example
dmm.configure.delete("DCVDMMConfig")
Also see
dmm.configure.catalog()
dmm.configure.set()
dmm.configure.query()
dmm.configure.recall()
11-162
(on page 11-162)
(on page 11-163)
(on page 11-165)
(on page 11-166)
Affected by
String that contains the name of the DMM configuration to delete
(on page 11-161)
(on page 11-166)
(on page 11-163)
(on page 11-165)
Series 3700A System Switch/Multimeter Reference Manual
Prints the names of all user-created DMM
configurations in the instrument.
The output will look similar to:
TestDcv
TestTemperature
TestTwoWire
This indicates there are three user-created DMM
configurations in the instrument with the names
TestDCV, TestTemperature, and TestTwoWire.
Deletes all user-created DMM configurations
from the instrument.
Where saved
Deletes a user configuration called DCVDMMConfig.
3700AS-901-01 Rev. D/June 2018
Default value

Advertisement

Table of Contents
loading

Table of Contents