8: TSP command reference Model 2461 Interactive SourceMeter® Instrument
8-56 2461-901-01 A/November 2015
display.clear()
This function clears the text from the front-panel USER swipe screen.
Type TSP-Link accessible
Affected by Where saved Default value
Usage
display.clear()
Example
display.changescreen(display.SCREEN_USER_SWIPE)
display.settext(display.TEXT1, "Serial number:")
display.settext(display.TEXT2, localnode.serialno)
Clear the USER swipe 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-66)
display.delete()
This function allows you to remove a prompt on the front-panel display that was created with
display.prompt().
Type TSP-Link accessible
Affected by Where saved Default value
Usage
display.delete(promptID)
The identifier defined by display.prompt()
Details
You can use this command to remove the presently displayed prompt.