ST2883 Series Operation Manual Chapter 8 SCPI Command reference
8-4
Figure 8-3 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).
SSETup sets the display page to the system setup page (System SETup).
IFILE sets the display page to the internal file setup page (Int FILE).
EFILE sets the display page to the external file setup page (Ext FILE).
ISETup sets the display page to the IO 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.
NOTE: This command will be ignored in the phase of measurement.
Query syntax: DISPlay:PAGE?
Return format: <page name><NL^END>
<page name> are as follows:
< MEAS DISP > indicates that the current displayed page is the measurement display page.
< MEAS SETUP > indicates that the current displayed page is the measurement setup page.
< INT FILE > indicates that the current displayed page is the internal file page.
< EXT FILE > indicates the current displayed page is the external file page.
<SYSTEM SETUP> indicates that the current displayed page is the system setup page.
< IO SETUP > indicates that the current displayed page is the IO setup page.
< ABOUT> indicates that the current displayed page is the About display page.
The :WAVE command sets the waveform display mode. The :WAVE? query returns the current waveform display
mode.
Command syntax:
AON
DISPlay:WAVE
STD
TEST
AOFF
Where,
AON Both the standard waveform and the tested waveform are displayed on the screen.
STD Only the standard waveform is displayed on the screen.
TEST Only the tested waveform is displayed on the screen.
AOFF No waveform is displayed.
For example: WrtCmd( “DISP:WAVE STD” ); set to display the standard waveform only.
Query syntax: DISPlay:WAVE?
Return format:
ALL
ON
ONLY STDWAVE
ONLY
TESTWAVE
<NL^END>
ALL OFF
Where,
ALL ON Both the standard waveform and the tested waveform are currently displayed on the screen.