Display.loadmenu.delete() - Keithley 2651A Reference Manual

High power system sourcemeter instrument
Hide thumbs Also See for 2651A:
Table of Contents

Advertisement

Model 2651A High Power System SourceMeter® Instrument Reference Manual
Details
Each time through the loop, displayName and code will take on the values in the User menu.
The list is traversed is in random order.
Example
for displayName, code in
display.loadmenu.catalog() do
print(displayName, code)
end
Also see
display.loadmenu.add()

display.loadmenu.delete()

display.loadmenu.delete()
This function removes an entry from the User menu, which can be accessed using the LOAD key on the
instrument front panel.
Type
TSP-Link accessible
Function
Yes
Usage
display.loadmenu.delete(displayName)
displayName
Details
If you delete an entry from the User menu, you can no longer run it by pressing the LOAD key.
Example
display.loadmenu.delete("Test9")
for displayName, code in
display.loadmenu.catalog() do
print(displayName, code)
end
Also see
display.loadmenu.add()
display.loadmenu.catalog()
2651A-901-01 Rev. A / March 2011
Output:
Test DUT1() beeper.beep(2, 500)
Part1 testpart([[Part1]], 5.0)
Test9 Test9()
(on page 7-61)
(on page 7-63)
Affected by
The name to be deleted from the User menu
Deletes the script named "Test9"
Output:
Test
Part1
(on page 7-61)
(on page 7-62)
Where saved
Default value
DUT1() beeper.beep(2, 500)
testpart([[Part1]], 5.0)
Section 7: Command reference
7-63

Advertisement

Table of Contents
loading

Table of Contents