Display.loadmenu.delete(); Display.locallockout - Keithley 3700A Series Reference Manual

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

Advertisement

Series 3700A System Switch/Multimeter Reference Manual

display.loadmenu.delete()

This function removes an entry from the USER TESTS menu, which can be accessed using the LOAD key on the
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
Details
Set display.locallockout to display.LOCK to prevent the user from interrupting remote
operation by pressing the EXIT (LOCAL) key.
Set this attribute to display.UNLOCK to allow the EXIT (LOCAL) key to interrupt script or remote
operation.
3700AS-901-01 Rev. D/June 2018
Affected by
The name to be deleted from the USER TESTS menu
(on page 11-133)
(on page 11-134)
Affected by
Power cycle
0 or display.UNLOCK: Unlocks EXIT (LOCAL) key
1 or display.LOCK: Locks out EXIT (LOCAL) key
Section 11: TSP command reference
Where saved
Default value
Deletes the entry named "Test9"
Output:
Test
DUT1() beeper.beep(2, 500)
Part1
testpart([[Part1]], 5.0)
Where saved
Default value
Not saved
0 (display.UNLOCK)
11-135

Advertisement

Table of Contents
loading

Table of Contents