174 Keysight InfiniiVision DSOX1204A/G Oscilloscopes Programmer's Guide
7 :ABUS Commands
:ABUS:LABel
(see page 798)
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 168
• ":ABUS:BIT<m>" on page 169
• ":ABUS:BITS" on page 170
• ":ABUS:CLEar" on page 172
• ":ABUS:DISPlay" on page 173
• ":ABUS:MASK" on page 175
• ":CHANnel:LABel" on page 716
• ":DISPlay:LABList" on page 237
Example Code
' Set the analog channel bus label to "DATA":
myScope.WriteString ":ABUS:LABel 'Data'"
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.