User Manual

Table Of Contents
172 Keysight InfiniiVision 1000 X-Series Oscilloscopes Programmer's Guide
7 :ABUS Commands
:ABUS:LABel
(see page 782)
Command Syntax
:ABUS:LABel <quoted_string>
<quoted_string> ::= any series of 10 or less characters as a
quoted ASCII string.
The :ABUS:LABel command sets the bus label to the quoted string. Setting a label
for a bus will also result in the name being added to the label list.
Query Syntax
:ABUS:LABel?
The :ABUS:LABel? query returns the name of the specified bus.
Return Format
<quoted_string><NL>
<quoted_string> ::= any series of 10 or less characters as a
quoted ASCII string.
See Also "Introduction to :ABUS Commands" on page 166
":ABUS:BIT<m>" on page 167
":ABUS:BITS" on page 168
":ABUS:CLEar" on page 170
":ABUS:DISPlay" on page 171
":ABUS:MASK" on page 173
":CHANnel:LABel" on page 702
":DISPlay:LABList" on page 235
Example Code
' Set the analog channel bus label to "DATA":
myScope.WriteString ":ABUS:LABel 'Data'"
NOTE
Label strings are 10 characters or less, and may contain any commonly used ASCII characters.
Labels with more than 10 characters are truncated to 10 characters.