Display.loadmenu.delete(); Display.locallockout - Keithley 2601B Reference Manual

2600b series system sourcemeter instrument
Hide thumbs Also See for 2601B:
Table of Contents

Advertisement

Series 2600B System SourceMeter® Instrument Reference Manual
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 TESTS 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 TESTS 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()

display.locallockout

This attribute describes whether or not the EXIT (LOCAL) key on the instrument front panel is enabled.
Type
TSP-Link accessible
Attribute (RW)
Yes
Usage
lockout = display.locallockout
display.locallockout = lockout
lockout
2600BS-901-01 Rev. B / May 2013
Output:
Test DUT1() beeper.beep(2, 500)
Part1 testpart([[Part1]], 5.0)
Test9 Test9()
(on page 7-67)
(on page 7-69)
Affected by
The name to be deleted from the USER TESTS menu
Deletes the entry named "Test9"
Output:
Test
Part1
(on page 7-67)
(on page 7-68)
Affected by
Power cycle
0 or display.UNLOCK: Unlocks EXIT (LOCAL) key
1 or display.LOCK: Locks out EXIT (LOCAL) key
Section 7: TSP command reference
Where saved
Default value
DUT1() beeper.beep(2, 500)
testpart([[Part1]], 5.0)
Where saved
Default value
Not saved
0 (display.UNLOCK)
7-69

Advertisement

Table of Contents
loading

This manual is also suitable for:

2604b2614b2634b2635b2636b2602b ... Show all

Table of Contents