ST2883 Series Operation Manual Chapter 8 SCPI Command reference
8-5
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
1
0
Where,
1 (decimal49) is equal to ON; the grid display mode is ON.
0 (decimal48) is equal to OFF; the grid display mode is OFF.
For example: WrtCmd( “DISP:GRID ON” ); the grid display mode is ON.
Query syntax: DISPlay:GRID?
Return format:
Off
<NL^END>
On
Where,
Off means that the current grid display mode is OFF.
On means that the current grid display mode is ON.
The :CORona command sets the corona display mode. The :CORona? query returns the current corona display
mode.
Command syntax:
ON
DISPlay:CORona
OFF
1
0
Where,
1 (decimal49) is equal to ON; the corona display mode is ON.
0 (decimal48) is equal to OFF; the corona display mode is OFF.
For example: WrtCmd( “DISP: CORONA ON” ); the current corona display mode is ON.
Query syntax: DISPlay:CORona?
Return format:
Off
<NL^END>
On
Where,
Off The current corona display mode is OFF.
On The current corona display mode is ON.