8: TSP command reference Model 2450 Interactive SourceMeter® Instrument Refer
8-48 2450-901-01 Rev. B/September 2013
display.clear()
This function clears the front-panel User Display swipe screen.
Type TSP-Link accessible
Affected by Where saved Default value
Usage
display.clear()
Details
This command clears the User Display screen.
If there are active scripts running, there might be a delay before the screen clears. The screen is cleared as soon
as processing time becomes available.
Example
display.changescreen(display.SCREEN_USER_SWIPE)
display.settext(display.TEXT1, "Serial number:")
display.settext(display.TEXT2, localnode.serialno)
Clear the User Display screen.
Set the first line to read "Serial
number:" and the second line to
display the serial number of the
Also see
display.settext() (on page 8-52)