Section 8: TSP command reference
Model DMM7510 7½ Digit Graphical Sampling Multimeter Reference Manual
8-58
DMM7510-901-01 Rev. B / May 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
Function
Yes
Usage
display.clear()
Example
display.clear()
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
(on page 8-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
Function
Yes
Usage
display.delete(
promptID
)
promptID
The identifier defined by
display.prompt()
Details
You can use this command to remove the presently displayed prompt.