Specifications
RIGOL 2 Command System
2-36 DS2000 Programming Guide
2-36
:BUS<n>:PARallel:BSET
Syntax
:BUS<n>:PARallel:BSET <b0>,<b1>,<b2>…<b19>
:BUS<n>:PARallel:BSET?
Description
This command specifies channel source for each bit and sets the data width (up to
20bits: from bit 0 to bit 19).
Query the current channel source of each bit.
Parameter
Name Type Range Default
<n> Discrete {1|2} --
<b0> Discrete {CHANnel1|CHANnel2 } CHANnel1
<b1> Discrete {CHANnel1|CHANnel2 CHANnel2
<b2> Discrete {CHANnel1|CHANnel2 } CHANnel1
... ... ... ...
<b19> Discrete {CHANnel1|CHANnel2 CHANnel1
Explanation
The setting sequence of the bits is LSB. For example, when setting CHAN2,CHAN1,
bit 0 is CHAN2 and bit 1 is CHAN1.
Return Format
The query returns the channel sources (separated by commas) of all the bits in the
current data channel. For example, CHAN2,CHAN1.
Example
:BUS1:PARallel:BSET CHAN1,CHAN2
The query returns CHAN1,CHAN2.