Tektronix Keithley 2651A Reference Manual page 208

High power system sourcemeter instrument
Table of Contents

Advertisement

Section 3: Functions and features
Deleting USER TESTS menu entries
You can use the following function to delete an entry from the front-panel USER TESTS menu:
display.loadmenu.delete(displayname)
Where:
displayname
The following programming example removes the entry named Part1 from the front-panel USER
TESTS menu:
display.loadmenu.delete("Part1")
Running a test from the front panel
To run a user, factory, or script test from the front panel:
1. Press the LOAD key to display the LOAD TEST menu.
2. Select the USER, FACTORY, or SCRIPTS menu item.
3. Position the blinking cursor on the test to be run and press ENTER or the navigation wheel.
4. Press the RUN key to run the test.
Key-press codes
You can use key codes to remotely simulate pressing a front-panel key or the navigation wheel.
There are also key codes to simulate rotating the navigation wheel to the left or right (one click
at a time).
Sending key codes
Use the display.sendkey() function to remotely simulate pressing a front-panel key or the
navigation wheel. The following programming examples illustrate how to simulate pressing the MENU
key in two different ways:
display.sendkey(display.KEY_MENU)
display.sendkey(68)
Capturing key-press codes
A history of the key code for the last pressed front-panel key is maintained by the Model 2651A.
When the instrument is turned on (or when transitioning from local to remote operation), the key code
is set to 0 (display.KEY_NONE).
When a front-panel key is pressed, the key code value for that key can be captured and returned.
There are two functions associated with the capture of key-press codes: display.getlastkey()
and display.waitkey().
3-90
Model 2651A High Power System SourceMeter® Instrument Reference Manual
Name to delete from the menu.
2651A-901-01 Rev. C October 2021

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Keithley 2651A and is the answer not in the manual?

Subscribe to Our Youtube Channel

Table of Contents