TH2883 Series Operation Manual Chapter 8 SCPI Command reference
8-4
*RST *TRG *IDN
8.3.1 DISPlay subsystem commands
The DISPlay subsystem commands set the display page. Figure 8-2 shows the command tree of
the DISPlay subsystem commands.
Figure 8-2 DISPlay subsystem command tree
The :PAGE command sets the display page. The :PAGE? query returns the abbreviated page name
displayed on the LCD screen.
Command syntax: DISPlay:PAGE <page name>
<page name> are as follows:
MEASurement sets the display page to the measurement display page (MEASurement).
MSETup sets the display page to the measurement setup page (Meas SETup).
IFILE sets the display page to the internal file setup page (IFILE).
EFILE sets the display page to the external file setup page (EFILE).
SSETup sets the display page to the system setup page (System SETup).
ISETup sets the display page to the interface setup page (IO SETup)
ABOut sets the display page to the about page (ABOut).
For example: WrtCmd( “DISP:PAGE MEAS” ); set the display page to the measurement display
page.