SCPI Programmers Manual
44
8.3 DISPlay:GRID
8.4 DISPlay:GBRightness
9. CURSor Command Subsystem
CURSor command is used to measure the X-axis value (such as time) and Y-axis value (such as
voltage) of the screen waveform.
Command List
⚫ CURSor:MODE
⚫ CURSor:MANual:TYPE
⚫ CURSor:MANual:SOURce
⚫ CURSor:MANual:AX
⚫ CURSor:MANual:AXValue?
⚫ CURSor:MANual:AY
⚫ CURSor:MANual:AYValue?
⚫ CURSor:MANual:BX
⚫ CURSor:MANual:BXValue?
⚫ CURSor:MANual:BY
⚫ CURSor:MANual:BYValue?
:DISPlay:GRID <type>
:DISPlay:GRID?
Sets or queries the type of grid displayed on the screen.
:<type> ::= < DOTTed| REAL>
DOTTed: dot grid
REAL: line grid
The query returns DOTTed, REAL
:DISPlay:GRID DOTTed /*set the background grid to DOTTed */
:DISPlay:GRID? /*The query returns DOTTed*/
:DISPlay:GBRightness <value>
:DISPlay:GBRightness?
Sets or queries the brightness of the screen grid.
:<value> ::= one number of 0 to 100
The query returns an integer
:DISPlay:WBRightness 50 /*Set the screen grid brightness to 50%*/
:DISPlay:WBRightness? /*The query returns 50*/