7: TSP command reference Series 2600B System SourceMeter® Instrument
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
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 3-80)
display.getlastkey() (on page 7-69)
display.sendkey() (on page 7-80)
display.settext() (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 Error queue (on page E-3) topic for additional information about the error queue.
Also see
Error queue (on page E-3)
errorqueue.count (on page 7-91)
errorqueue.next() (on page 7-91)