Chapter 2 Command System RIGOL
MSO7000/DS7000 Programming Guide 2-13
:BUS1:PARallel:SLOPe BOTH /*Sets the Parallel decoding to sample on any edge
of the clock channel.*/
:BUS1:PARallel:SLOPe? /*The query returns BOTH.*/
:BUS<n>:PARallel:WIDTh
:BUS<n>:PARallel:WIDTh <wid>
:BUS<n>:PARallel:WIDTh?
Sets or queries the data width of the parallel bus, i.g. the number of bits per frame.
0 to 20 (for MSO7000 model)
0 to 4 (for DS7000 model)
 After you send this command to set the data width of the bus, send
the :BUS<n>:PARallel:BITX and :BUS<n>:PARallel:SOURce command to select
the bit respectively and set the channel source for the bit.
 Only when the bus source is set to User, can this command be valid.
The query returns an integer ranging from 0 to 20 (for MSO7000 model) or 0 to 4 (for
DS7000 model).
:BUS1:PARallel:WIDTh 16 /*Sets the data width of Parallel decoding to 16.*/
:BUS1:PARallel:WIDTh? /*The query returns 16.*/
:BUS<n>:PARallel:BITX
:BUS<n>:PARallel:BITX <bit>
:BUS<n>:PARallel:BITX?
Sets or queries the data bit that the parallel bus requires to set for the channel source.
 The data width is set by the :BUS<n>:PARallel:WIDTh command.
 After selecting the desired bit, send the :BUS<n>:PARallel:SOURce command to
set the channel source for the bit.
 The data bit should be smaller than or equal to the data width.
The query returns the current data bits in integer. Its unit is Hz.
:BUS1:PARallel:BITX 2 /*Sets the current bit to 2.*/
:BUS1:PARallel:BITX? /*The query returns 2.*/