RIGOL
2-26
VSA Programming Guide
:DISPlay:DDEMod:WINDow:FORMat
Syntax
:DISPlay:DDEMod:WINDow:FORMat SINGle|LRWindow|UDWindow|LRDWindow|UDRWindow|QUAD
:DISPlay:DDEMod:WINDow:FORMat?
Description
Sets the trace window layout.
Queries the trace window layout.
Parameter
Name
Type
Range
Default
--
Keyword SINGle|LRWindow|UDWindow|LRDWindow|UDRWindow|QUAD
QUAD
Remarks
SINGle: indicates the single window.
LRWindow: indicates left and right windows.
UDWindow: indicates top and bottom windows.
LRDWindow: indicates left, right, and bottom windows.
UDRWindow: indicates left, bottom, and right windows.
QUAD: indicates four windows.
Return Format
The query returns SING, LRW, UDW, LRDW, UDRW, or QUAD.
Example
The following command sets the trace window layout to SINGle.
:DISPlay:DDEMod:WINDow:FORMat SINGle
The following query returns SING.
:DISPlay:DDEMod:WINDow:FORMat?
:DISPlay:ENABle
Syntax
:DISPlay:ENABle OFF|ON|0|1
:DISPlay:ENABle?
Description
Turns on or off the LCD.
Queries the status of the LCD.
Parameter
Name
Type
Range
Default
--
Bool
OFF|ON|0|1
ON|1
Return Format
The query returns 0 or 1.
Example
The following command enables the LCD.
:DISPlay:ENABle ON or :DISPlay:ENABle 1
The following query returns 1.
:DISPlay:ENABle?