Models 707B and 708B Switching Matrix Reference Manual
Section 7: TSP command reference
707B-901-01 Rev. B / January 2015
7-77
The table below lists the
keyCode
value for each front panel action.
Key codes
Value
Key list
Value
Key list
0
display.KEY_NONE
83
display.KEY_RUN
66
display.KEY_DELETE
84
display.KEY_TRIG
67
display.KEY_EXIT
86
display.KEY_STEP
69
display.KEY_CLOSE
87
display.KEY_CHAN
70
display.KEY_SLOT
90
display.KEY_INSERT
72
display.KEY_DISPLAY
91
display.KEY_MENU
74
display.KEY_ENTER
93
display.KEY_OPEN
76
display.KEY_LOAD
94
display.KEY_PATT
77
display.KEY_SCAN
97
display.WHEEL_ENTER
79
display.KEY_OPENALL
107
display.WHEEL_LEFT
80
display.KEY_CONFIG
114
display.WHEEL_RIGHT
When using this function, send built-in constants, such as
display.KEY_STEP
, rather than the
numeric value, such as 86. This allows for better forward compatibility with firmware revisions.
Example
display.sendkey(display.KEY_RUN)
Simulates pressing the RUN key.
Also see
None
display.setcursor()
This function sets the position of the cursor.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
Yes
Usage
display.setcursor(
row
,
column
)
display.setcursor(
row
,
column
,
style
)
row
The row number for the cursor (1 or 2)
column
The active column position to set; row 1 has columns 1 to 20, row 2 has columns 1
to 32
style
Set the cursor to invisible (0, default) or blinking (1)