TH2883 Series Operation Manual Chapter 8 SCPI Command reference
8-5
< 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.
<SYSTEM SETUP> indicates that the current displayed page is the system 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.
< 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: <WAVE STAT> <NL^END>
Where,
ALL ON Both the standard waveform and the tested waveform are currently displayed on the
screen.
ONLY STDWAVE Only the standard waveform is currently displayed on the screen.
ONLY TESTWAVE Only the tested waveform is currently displayed on the screen.
ALL OFF No waveform is displayed on the screen.
The :GRID command sets the grid display mode. The :GRID? query returns the current grid
display mode.
Command syntax:
ON
DISPlay:GRID
OFF