Series 2600B System SourceMeter® instrument Reference Manual Section 9: TSP command reference
2600BS-901-01 Rev. F/August 2021 9-87
The table below lists the keyCode values for each front panel action.
When using this function, use built-in constants such as display.KEY_RIGHT (rather than the
numeric value of 103). This allows for better forward compatibility with firmware revisions.
Example
key = display.waitkey()
print(key)
Pause script execution until the operator presses a key or the navigation wheel, or rotates the navigation wheel.
If the output is:
8.60000e+01
It indicates that the MEAS(A) key was pressed.
Also see
Capturing key-press codes (on page 8-35)
display.getlastkey() (on page 9-68)
display.sendkey() (on page 9-79)
display.settext() (on page 9-81)