Interactive SourceMeter® Instrument Reference Manual Section 8:
2461-901-01 A/November 2015 8-55
Example
Sets digital I/O lines 1 through 6 high (binary
Also see
digio.readport() (on page 8-53)
Digital I/O port configuration (on page 3-87)
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.changescreen(display.SCREEN_USER_SWIPE)
display.settext(display.TEXT1, "Batch A122")
display.settext(display.TEXT2, "Test running")
Clear the USER swipe screen and switch to display the USER swipe screen.
Set the first line to read "Batch A122" and the second line to display "Test running":
Also see
display.settext() (on page 8-66)