Instructions
60
DISPlay commands
The list of commands:
DISPlay:TYPE
DISPlay:WBRightness
DISPlay:GRID
DISPlay:GBRightness
DISPlay:TYPE
Syntax :DISPlay:TYPE <type>
:DISPlay:TYPE?
Description : Set or query the display mode of the waveform on the screen
Parameter :<type> ::= < VECTors| DOTS>
Explanation :VECTors: the sample points are connected by lines. Normally,
this mode can provide the most vivid waveform to view the
steep edge of the waveform (such as square waveform).
:DOTS: display the sample points directly. You can directly
view each sample point and use the cursor to measure the
X and Y values of the sample point.
Return : The query returns VECTors, DOTS
Example :DISPlay:TYPE DOTS /*set type to DOTS*/
:DISPlay:TYPE? /* The query returns DOTS*/
DISPlay:WBRightness
Syntax :DISPlay:WBRightness <value>
:DISPlay:WBRightness?
Description : Set or query the waveform brightness.
Parameter :<value> ::=0—100
Return : The query returns value
Example :DISPlay:WBRightness 50 /*set to 50*/
:DISPlay:WBRightness? /* The query returns 50*/