Section 9: TSP command reference Series 2600B System SourceMeter® instrument Reference Manual
9-74 2600BS-901-01 Rev. F/August 2021
Also see
display.loadmenu.add() (on page 9-72)
display.loadmenu.delete() (on page 9-74)
display.loadmenu.delete()
This function removes an entry from the USER menu, which can be accessed using the LOAD key on the
front panel.
Usage
display.loadmenu.delete("displayName")
The name to be deleted from the USER menu
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
Deletes the entry named Test9.
Output:
Test DUT1() beeper.beep(2, 500)
Part1 testpart([[Part1]], 5.0)
Also see
display.loadmenu.add() (on page 9-72)
display.loadmenu.catalog() (on page 9-73)
display.locallockout
This attribute describes whether or not the EXIT (LOCAL) key on the instrument front panel is enabled.
Usage
lockout = display.locallockout
display.locallockout = lockout
0 or display.UNLOCK: Unlocks EXIT (LOCAL) key
1 or display.LOCK: Locks out EXIT (LOCAL) key