Display.loadmenu.catalog(); Display.loadmenu.delete() - Keithley 708B Reference Manual

Switching matrix
Hide thumbs Also See for 708B:
Table of Contents

Advertisement

Section 7: Command reference

display.loadmenu.catalog()

This function creates an iterator for the User menu items, accessed using the LOAD key on the instrument front
panel.
Type
TSP-Link accessible
Function
No
Usage
for displayName in display.loadmenu.catalog() do ... end
for displayName, code in display.loadmenu.catalog() do ... end
displayName
code
Details
Each time through the loop, displayName and code will take on the values in the User menu.
The list that is returned is in random order.
Example
for myNames, listCode in
display.loadmenu.catalog() do
print(myNames, listCode)
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.
7-76
Affected by
The name displayed in the LOAD menu
The code associated with the displayName
(on page 7-74)
(on page 7-76)
Affected by
The name to be deleted from the User menu
Models 707B and 708B Switching Matrix Reference Manual
Where saved
Default value
Output:
Test
DUT1() beeper.beep(2, 500)
Part1 testpart([[Part1]], 5.0)
Test9 Test9()
Where saved
Default value
707B-901-01 Rev. A / August 2010

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

707b

Table of Contents