![Keithley SourceMeter 2600B Series Скачать руководство пользователя страница 414](http://html2.mh-extra.com/html/keithley/sourcemeter-2600b-series/sourcemeter-2600b-series_reference-manual_4085220414.webp)
Series 2600B System SourceMeter® Instrument Reference Manual
Section 7: TSP command reference
2600BS-901-01 Rev. C / August 2016
7-75
display.loadmenu.catalog()
This function creates an iterator for the user menu items accessed using the LOAD key on the instrument front
panel.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
No
Usage
for
displayName
in display.loadmenu.catalog() do
body
end
for
displayName
,
code
in display.loadmenu.catalog() do
body
end
displayName
The name displayed in the menu
code
The code associated with the
displayName
body
The body of the code to process the entries in the loop
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-75)
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.