7½ Digit Graphical Sampling Multimeter Reference Manual Section 8:
DMM7510-901-01 Rev. B / May 2015 8-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
• FUNCTIONS swipe screen: display.SCREEN_FUNCTIONS_SWIPE
• GRAPH swipe screen: display.SCREEN_GRAPH_SWIPE
• SECONDARY swipe screen: display.SCREEN_SECONDARY_SWIPE
• SETTINGS swipe screen: display.SCREEN_SETTINGS_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-69)