Technical data

:DISPlay Commands 13
Agilent InfiniiVision 2000 X-Series Oscilloscopes Programmer's Guide 259
:DISPlay:LABel
(see page 790)
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 252
":CHANnel<n>:LABel" on page 225
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 38, “Programming Examples,”
starting on page 799