Technical data

Table Of Contents
Bus Commands 10
Agilent Infiniium 9000 Series Oscilloscopes Programmer's Reference 173
:BUS<N>:BIT<M>
Command :BUS<N>:BIT<M> {ON | OFF | 1 | 0}
The :BUS<N>:BIT<M> command includes or excludes the selected bit as
part of the definition for the selected bus. If the parameter is a 1 (ON)
then the bit is included in the definition. If the parameter is a 0 (OFF)
then the bit is excluded from the definition. The digital subsystem must be
enabled for this command will work. See ENABle command in the root
subsystem.
<M> An integer, 0-15.
<N> An integer, 1-4.
Example This example includes bit 1 as part of the bus 1 definition.
myScope.WriteString ":ENABLE DIGITAL"
myScope.WriteString ":BUS1:BIT1 ON"
Query :BUS<N>:BIT<M>?
The :BUS<N>:BIT<M>? query returns the value indicating whether the
specified bit is included or excluded from the specified bus definition.
Returned Format
[:BUS<N>:BIT<M>] {1 | 0}<NL>
NOTE
The BUS commands only apply to the MSO oscilloscopes.