Display.locallockout; Display.menu() - Keithley 708B Reference Manual

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

Advertisement

Models 707B and 708B Switching Matrix Reference Manual
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/remote operation.
Example
display.locallockout = display.LOCK
Also see
None

display.menu()

This function presents a menu on the front panel display.
Type
TSP-Link accessible
Function
Yes
707B-901-01 Rev. A / August 2010
Deletes the script named "Test9"
Output:
Test
Part1
(on page 7-74)
(on page 7-76)
Affected by
Power cycle
display.UNLOCK or 0: Unlocks EXIT key
display.LOCK or 1: Locks out EXIT key
Affected by
DUT1() beeper.beep(2, 500)
testpart([[Part1]], 5.0)
Where saved
Default value
Not saved
display.UNLOCK
Disables the front-panel EXIT (LOCAL) key.
Where saved
Default value
Section 7: Command reference
7-77

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

707b

Table of Contents