418 Keysight InfiniiVision 4000 X-Series Oscilloscopes Programmer's Guide
16 :DISPlay Commands
:DISPlay:LABel
(see page 1610)
Command Syntax
:DISPlay:LABel <value>
<value> ::= {{1 | ON} | {0 | OFF}}
The :DISPlay:LABel command turns the analog and digital channel labels on and
off.
Query Syntax
:DISPlay:LABel?
The :DISPlay:LABel? query returns the display mode of the analog and digital
labels.
Return Format
<value><NL>
<value> ::= {0 | 1}
See Also • "Introduction to :DISPlay Commands" on page 403
• ":CHANnel<n>:LABel" on page 352
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 44, “Programming Examples,”
starting on page 1619