Section 7: TSP command reference
Models 707B and 708B Switching Matrix Reference Manual
7-72
707B-901-01 Rev. B / January 2015
Details
Each time through the loop,
displayName
and
code
will take on the values in the USER TESTS
menu.
The instrument goes through the list in random order.
Example
for displayName, code in
display.loadmenu.catalog() do
print(displayName, code)
end
Output:
Test DUT1() beeper.beep(2, 500)
Part1 testpart([[Part1]], 5.0)
Test9 Test9()
Also see
(on page 7-70)
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
Affected by
Where saved
Default value
Function
Yes
Usage
display.loadmenu.delete(
displayName
)
displayName
The name to be deleted from the USER TESTS menu
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
Deletes the entry named "Test9"
Output:
Test DUT1() beeper.beep(2, 500)
Part1 testpart([[Part1]], 5.0)
Also see
(on page 7-70)
(on page 7-71)
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
0 (display.UNLOCK)