600B System SourceMeter® Instrument Reference Manual Section 7:
2600BS-901-01 Rev. C / August 2016 7-81
Details
This command simulates the pressing of a front panel key or navigation wheel, or the turning the
navigation wheel one click to the left or right.
Key codes
Value Key list
Value Key list
67
85
68
86
71
90
72
91
76
95
77
96
78
97
79
103
80
104
81
107
When using this function, send built-in constants, such as display.KEY_RIGHT, rather than the
numeric value, such as 103. This allows for better forward compatibility with firmware revisions.
Example
display.sendkey(display.KEY_RUN)
Simulates pressing the RUN key.
Also see
Front panel