Property (Read-Write)
SCPI.DISPlay.WINDow(Ch).LABel = Status
Status = SCPI.DISPlay.WINDow(Ch).LABel
This command turns ON/OFF the graticule label display of the graph of the selected channel (Ch).
Parameter |
Status |
Description |
ON/OFF of the graticule label display of the graph |
Data type |
Boolean type (Boolean) |
Range |
Select from the following:
|
Preset value |
True or ON |
Dim DispGrat As Boolean
SCPI.DISPlay.WINDow(1).LABel = False
DispGrat = SCPI.DISPlay.WINDow(1).LABel
Display > Graticule Label
:DISPlay:WINDow{[1]-4}:LABel {ON|OFF|1|0}
:DISPlay:WINDow{[1]-4}:LABel?
{1|0}<newline><^END>
10 OUTPUT 717;":DISP:WIND1:LAB ON"
20 OUTPUT 717;":DISP:WIND1:LAB?"
30 ENTER 717;A