Section 7: TSP command reference
Series 2600B System SourceMeter® Instrument Reference Manual
7-90
2600BS-901-01 Rev. C / August 2016
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)
Pause script execution until the operator presses
a key or the navigation wheel , or rotates the
navigation wheel.
If the output is:
8.01
It indicates that the MEAS(A) key was pressed.
Also see
(on page 3-80)
(on page 7-80)
(on page 7-83)
errorqueue.clear()
This function clears all entries out of the error queue.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
Yes
Usage
errorqueue.clear()
Details
See the
(on page E-3) topic for additional information about the error queue.
Also see
(on page 7-91)