14: TSP command reference 2470 High Voltage SourceMeter Instrument
14-58 2470-901-01 Rev. A / May 2019
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 instrument.
Also see
display.settext() (on page 14-69)
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.