2470 High Voltage SourceMeter Instrument Reference Manual
Section 14: TSP command reference
2470-901-01 Rev. A /
May
2019
14-57
display.changescreen()
This function changes which front-panel screen is displayed.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
Yes
Usage
display.changescreen(s
creenName
)
screenName
The screen to display:
Home screen:
display.SCREEN_HOME
Home screen with large readings:
display.SCREEN_HOME_LARGE_READING
Reading table screen:
display.SCREEN_READING_TABLE
Graph screen (opens last selected tab):
display.SCREEN_GRAPH
Histogram:
display.SCREEN_HISTOGRAM
GRAPH swipe screen:
display.SCREEN_GRAPH_SWIPE
SETTINGS swipe screen:
display.SCREEN_SETTINGS_SWIPE
SOURCE swipe screen:
display.SCREEN_SOURCE_SWIPE
STATISTICS swipe screen:
display.SCREEN_STATS_SWIPE
USER swipe screen:
display.SCREEN_USER_SWIPE
Example
display.clear()
display.settext(display.TEXT1, "Batch A122")
display.settext(display.TEXT2, "Test running")
display.changescreen(display.SCREEN_USER_SWIPE)
Clear the USER swipe screen.
Set the first line of the USER swipe screen to read "Batch A122" and the second line to display "Test running".
Display the USER swipe screen.
Also see
(on page 14-69)