Chapter 2 Command System RIGOL
DSA800E Programming Guide 2-45
:DISPlay:WINdow:TRACe:GRATicule:GRID
Syntax
:DISPlay:WINdow:TRACe:GRATicule:GRID <integer>
:DISPlay:WINdow:TRACe:GRATicule:GRID?
Description
Set the brightness of the screen grid.
Query the brightness of the screen grid.
Parameter
Return Format
The query returns the brightness of the screen grid in integer.
Example
The command below sets the screen grid brightness to 2.
:DISPlay:WINdow:TRACe:GRATicule:GRID 2
The query below returns 2.
:DISPlay:WINdow:TRACe:GRATicule:GRID?
:DISPlay:WINdow:TRACe:X[:SCALe]:SPACing
Syntax
:DISPlay:WINdow:TRACe:X[:SCALe]:SPACing LINear|LOGarithmic
:DISPlay:WINdow:TRACe:X[:SCALe]:SPACing?
Description
Set the scale type of X-axis.
Query the scale type of X-axis.
Parameter
Explanation
LINear: linear
LOGarithmic: log
Return Format
The query returns LIN or LOG.
Example
The command below sets the scale type of X-axis to LOG.
:DISPlay:WINdow:TRACe:X:SCALe:SPACing LOGarithmic
The query below returns LOG.
:DISPlay:WINdow:TRACe:X:SCALe:SPACing?