Channel<N>:Label - Agilent Technologies InfiniiVision 5000 Series Programmer's Manual

Hide thumbs Also See for InfiniiVision 5000 Series:
Table of Contents

Advertisement

:CHANnel<n>:LABel
Command Syntax
:CHANnel<n>:LABel <string>
<string> ::= quoted ASCII string
<n> ::= {1 | 2 | 3 | 4} for the four channel oscilloscope models
<n> ::= {1 | 2} for the two channel oscilloscope models
Label strings are 10 characters or less, and may contain any commonly used ASCII
N O T E
characters. Labels with more than 10 characters are truncated to 10 characters. Lower case
characters are converted to upper case.
The :CHANnel<n>:LABel command sets the analog channel label to the
string that follows. Setting a label for a channel also adds the name to the
label list in non- volatile memory (replacing the oldest label in the list).
Query Syntax
:CHANnel<n>:LABel?
The :CHANnel<n>:LABel? query returns the label associated with a
particular analog channel.
Return Format
<string><NL>
<string> ::= quoted ASCII string
See Also
Example Code
Example program from the start:
page 744
Agilent InfiniiVision 5000 Series Oscilloscopes Programmer's Guide
(see
page
658)
"Introduction to :CHANnel<n> Commands"
":DISPlay:LABel"
on page 213
":DISPlay:LABList"
on page 214
' LABEL - This command allows you to write a name (10 characters
' maximum) next to the channel number.
' can be useful for organizing the display.
myScope.WriteString ":CHANNEL1:LABEL ""CAL 1"""
myScope.WriteString ":CHANNEL2:LABEL ""CAL2"""
Commands by Subsystem
on page 190
It is not necessary, but
"VISA COM Example in Visual Basic"
5
' Label ch1 "CAL 1".
' Label ch1 "CAL2".
on
197

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents