Command/Query
:DISPlay:WINDow<Ch>:LABel {ON|OFF|1|0}
:DISPlay:WINDow<Ch>:LABel?
This command turns ON/OFF the graticule label display of the graph.
Parameter |
Selection Option |
Description |
ON/OFF of the graticule label display of the graph |
Data Type |
Boolean type (Boolean) |
Range |
ON|OFF|1|0 |
Preset Value |
ON |
{1|0}<newline><^END>
Dim Var as Integer
Var = 1
Ena.WriteString ":DISP:WIND1:LAB " & Str(Var), True
Ena.WriteString ":DISP:WIND1:LAB?", True
Var=Ena.ReadNumber
Display > Graticule Label
SCPI.DISPLAY.WINDOW(Ch).LABEL