User manual
RIGOL Chapter 2 Command System
2-22 MSO7000/DS7000 Programming Guide
:BUS<n>:IIC:ADDRess
Syntax
:BUS<n>:IIC:ADDRess <addr>
:BUS<n>:IIC:ADDRess?
Description
Sets or queries the address mode of I2C decoding.
Parameter
Name
Type
Range
Default
<n>
Discrete
{1|2|3|4}
——
<addr>
Discrete
{NORMal|RW}
NORMal
Remarks
NORMal: indicates that the address width does not include the R/W bit.
RW: indicates that the address width includes the R/W bit.
Return
Format
The query returns NORM or RW.
Example
:BUS1:IIC:ADDRess RW /*Sets the address of I2C decoding to include the R/W bit.*/
:BUS1:IIC:ADDRess? /*The query returns RW.*/