Technical data

Table Of Contents
174 Agilent Infiniium 9000 Series Oscilloscopes Programmer's Reference
10 Bus Commands
:BUS<N>:BITS
Command :BUS<N>:BITS <channel_list>,{ON | OFF|1|0}
The :BUS<N>:BITS command includes or excludes the selected bits in the
channel list in the definition of the selected bus. If the parameter is a 1
(ON) then the bits in the channel list are included as part of the selected
bus definition. If the parameter is a 0 (OFF) then the bits in the channel
list are excluded from the definition of the selected bus. The digital
subsystem must be enabled for this command will work. See ENABle
command in the root subsystem.
<N> An integer, 1- 4.
<channel_list> The channel range is from 0 to 15 in the following format.
Example This example includes bits 1, 2, 4, 5, 6, 7, 8, and 9 as part of the bus 1
definition.
myScope.WriteString ":ENABLE DIGITAL"
myScope.WriteString ":BUS1:BITS (@1,2,4:9),ON"
Query :BUS<N>:BITS?
The :BUS<N>:BITS? query returns the definition for the specified bus.
Returned Format
[:BUS<N>:BITS] <channel_list>,{1 | 0}<NL>
NOTE
The BUS commands only apply to the MSO oscilloscopes.
(@1,5,7,9) channels 1, 5, 7, and 9 are turned on.
(@1:15) channels 1 through 15 are turned on.
(@1:5,8,14) channels 1 through 5, channel 8, and channel
14 are turned on.
NOTE
The parenthesizes are part of the expression and are necessary.