Programming
453
:DISP:WIND<Ch>:LAB
Type
Command/Query
Syntax
:DISPlay:WINDow<Ch>:LABel {ON|OFF|1|0}
:DISPlay:WINDow<Ch>:LABel?
Description
This command shows/hides the graticule label display of the graph.
Variable
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
Query Response
{1|0}<newline><^END>
Examples
Dim Var as Integer
Ana.WriteString ":DISP:WIND1:LAB ON", True
Ana.WriteString ":DISP:WIND1:LAB?", True
Var=Ana.ReadNumber
Equivalent Softkey
Display > Graticule Label
COM Command Syntax (Internal Control Only)
SCPI.DISPLAY.WINDOW(Ch).LABEL
:DISP:WIND<Ch>:MAX
Type
Command/Query
Syntax
:DISPlay:WINDow<Ch>:MAXimize {ON|OFF|1|0}
:DISPlay:WINDow<Ch>:MAXimize?