RIGOL  Chapter 2 Command System 
2-48    MSO1000Z/DS1000Z Programming Guide 
:DECoder<n>:IIC 
 
The :DECoder<n>:IIC commands are used to set the I2C decoding parameters.   
 
Command List: 
  :DECoder<n>:IIC:CLK 
  :DECoder<n>:IIC:DATA 
  :DECoder<n>:IIC:ADDRess 
 
 
:DECoder<n>:IIC:CLK 
:DECoder<n>:IIC:CLK <clk> 
:DECoder<n>:IIC:CLK? 
Set or query the signal source of the clock channel in I2C decoding.   
{D0|D1|D2|D3|D4|D5|D6|D7|D8| 
D9|D10|D11|D12|D13|D14|D15| 
CHANnel1|CHANnel2|CHANnel3|CHANnel4} 
The query returns D0, D1, D2, D3, D4, D5, D6, D7, D8, D9, D10, D11, D12, D13, D14, 
D15, CHAN1, CHAN2, CHAN3, or CHAN4. 
:DECoder1:IIC:CLK D0 /*Set the signal source of the clock channel in I2C decoding 
to D0*/ 
:DECoder1:IIC:CLK?            /*The query returns D0*/ 
 
 
:DECoder<n>:IIC:DATA 
:DECoder<n>:IIC:DATA <dat> 
:DECoder<n>:IIC:DATA? 
Set or query the signal source of the data channel in I2C decoding. 
{D0|D1|D2|D3|D4|D5|D6|D7|D8| 
D9|D10|D11|D12|D13|D14|D15| 
CHANnel1|CHANnel2|CHANnel3|CHANnel4} 
The query returns D0, D1, D2, D3, D4, D5, D6, D7, D8, D9, D10, D11, D12, D13, D14, 
D15, CHAN1, CHAN2, CHAN3, or CHAN4. 
:DECoder1:IIC:DATA D1 /*Set the signal source of the data channel in I2C decoding 
to D1*/ 
:DECoder1:IIC:DATA?            /*The query returns D1*/