Display:label - Agilent Technologies Infiniium 90000 Series Programmer's Manual

Oscilloscopes
Hide thumbs Also See for Infiniium 90000 Series:
Table of Contents

Advertisement

:DISPlay:LABel

Command
:DISPlay:LABel {{ON | 1} | {OFF | 0}}
The :DISPlay:LABel command turns on or off the display of analog channel
labels. Label names can be up to 6 characters long. The label name is
assigned by using the CHANnel<n>:LABel command:
Example
This example turns on the display of all labels.
myScope.WriteString ":DISPLAY:LABEL ON"
Query

:DISPlay:LABel?

The :DISPlay:LABel? query returns the current state of the labels.
Returned Format
[:DISPlay:LABel] {1 | 0}<NL>
Example
This example places the current label state into the string variable,
strSetting, then prints the contents of the variable to the computer's
screen.
Dim strSetting As String
myScope.WriteString ":DISPLAY:LABEL?"
strSetting = myScope.ReadString
Debug.Print strSetting
Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference
' Dimension variable.
16
Display Commands
307

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents