Keithley 2651A Reference Manual page 383

High power system sourcemeter instrument
Hide thumbs Also See for 2651A:
Table of Contents

Advertisement

Model 2651A High Power System SourceMeter® Instrument Reference Manual
If the EXIT (LOCAL) key is pressed while this function is waiting for a front-panel action, the script is not aborted.
The table below lists the keyCode values for each front panel action.
Key codes
Value
Key (or action)
0
display.KEY_NONE
65
display.KEY_RANGEUP
68
display.KEY_MENU
69
display.KEY_MODEA
70
display.KEY_RELA
71
display.KEY_RUN
72
display.KEY_DISPLAY
73
display.KEY_AUTO
75
display.KEY_EXIT
77
display.KEY_FILTERA
78
display.KEY_STORE
79
display.KEY_SRCA
80
display.KEY_CONFIG
81
display.KEY_RANGEDOWN
When using this function, use built-in constants such as display.KEY_RIGHT (rather than the
numeric value of 103). This will allow for better forward compatibility with firmware revisions.
Example
key = display.waitkey()
print(key)
Also see
Capturing key-press codes
display.getlastkey()
display.sendkey()
display.settext()
2651A-901-01 Rev. A / March 2011
(on page 3-81)
(on page 3-82, on page 7-56)
(on page 7-68)
(on page 7-70)
Value
Key (or action)
82
display.KEY_ENTER
85
display.KEY_RECALL
86
display.KEY_MEASA
86
display.KEY_DIGITSA
88
display.KEY_OUTPUTA
92
display.KEY_TRIG
93
display.KEY_LIMITA
94
display.KEY_SPEEDA
95
display.KEY_LOAD
97
display.WHEEL_ENTER
103
display.KEY_RIGHT
104
display.KEY_LEFT
107
display.WHEEL_LEFT
114
display.WHEEL_RIGHT
NOTE
Pause script execution until the operator presses
a key or the navigation wheel
navigation wheel
If the output is:
8.60000e+01
It indicates that the MEAS(A) key was pressed.
Section 7: Command reference
, or rotates the
.
7-75

Advertisement

Table of Contents
loading

Table of Contents