166 Agilent InfiniiVision 5000 Series Oscilloscopes Programmer's Reference
3Commands by Subsystem

:DISPlay:LABel

(see page 530)
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 channel
labels.
Return Format <value><NL>
<value> ::= {0 | 1}
See Also "Introduction to :DISPlay Commands" on page 161
":CHANnel<n>:LABel" on page 150
Example Code ' DISP_LABEL (not executed in this example)
' - Turns label names ON or OFF on the analyzer display.
myScope.WriteString ":DISPLAY:LABEL ON" ' Turn on labels.
Example program from the start: "VISA COM Example in Visual Basic" on
page 578