Models 707B and 708B Switching Matrix Reference Manual
Section 7: Command reference
707B-901-01 Rev. A / August 2010
7-77
Example
display.loadmenu.delete("Test9")
for displayName, code in
display.loadmenu.catalog() do
print(displayName, code)
end
Deletes the script named "Test9"
Output:
Test DUT1() beeper.beep(2, 500)
Part1 testpart([[Part1]], 5.0)
Also see
(on page 7-74)
(on page 7-76)
display.locallockout
This attribute describes whether or not the EXIT (LOCAL) key on the instrument front panel is enabled.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (RW)
Yes
Power cycle
Not saved
display.UNLOCK
Usage
lockout = display.locallockout
display.locallockout = lockout
lockout
display.UNLOCK
or
0
: Unlocks EXIT key
display.LOCK
or
1
: Locks out EXIT
key
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/remote operation.
Example
display.locallockout = display.LOCK
Disables the front-panel EXIT (LOCAL) key.
Also see
None
display.menu()
This function presents a menu on the front panel display.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function Yes