Technical data

Table Of Contents
Digital Commands 14
Agilent Infiniium 9000 Series Oscilloscopes Programmer's Reference 273
:DIGital<N>:LABel
Command
:DIGital<N>:LABel <quoted_string>
The :DIGital<N>:LABel command sets the digital channel label to the
quoted string. Setting a label for a digital channel will also result in the
name being added to the label list.
<N> An integer, 1-2.
<quoted_string> A series of 16 or less characters as a quoted ASCII string.
Example This example sets the label for bit 7 to Clock.
myScope.WriteString ":DIGital7:LABel ""Clock"""
Query :DIGital<N>:LABel?
The :DIGital<N>:LABel? query returns the name of the specified digital
channel.
Returned Format
[:DIGital<N>:LABel] <quoted_string><NL>
NOTE
The DIGital commands only apply to the MSO oscilloscopes.
NOTE
Label strings are 16 characters or less, and may contain any commonly used ASCII
characters. Labels with more than 16 characters are truncated to 16 characters.