236 Keysight InfiniiVision DSOX1204A/G Oscilloscopes Programmer's Guide
12 :DISPlay Commands
:DISPlay:LABel
(see page 798)
Command Syntax
:DISPlay:LABel <value>
<value> ::= {{1 | ON} | {0 | OFF}}
The :DISPlay:LABel command turns the analog channel labels on and off.
Query Syntax
:DISPlay:LABel?
The :DISPlay:LABel? query returns the display mode of the analog channel labels.
Return Format
<value><NL>
<value> ::= {0 | 1}
See Also • "Introduction to :DISPlay Commands" on page 228
• ":CHANnel<n>:LABel" on page 210
Example Code
' DISP_LABEL
' - Turns label names ON or OFF on the analyzer display.
myScope.WriteString ":DISPlay:LABel ON" ' Turn on labels.
See complete example programs at: Chapter 36, “Programming Examples,”
starting on page 807