High Voltage SourceMeter Instrument Reference Manual Section 14:
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
Usage
display.changescreen(screenName)
ï‚§ 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.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
display.settext() (on page 14-69)