336
Keysight InfiniiVision M9241/42/43A PXIe Oscilloscopes SCPI Programmer's Guide
13
:DISPlay Commands
:DISPlay:LABel
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"
•
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: