RIGOL 2 Command System
2-266 DS2000E Programming Guide
:TRIGger:IIC:DATA
Syntax
:TRIGger:IIC:DATA <dat>
:TRIGger:IIC:DATA?
Description
Set or query the data value of I2C trigger when the trigger condition is Data or A&D.
Parameter
Name Type Range Default
<dat> Integer Refer to Explanation 0
Explanation
To set the trigger condition of I2C trigger, refer to the
:TRIGger:IIC:WHEN command.
The maximum range available for <dat> is from 0 to 2
40
-1. The actual range available is related to
the length of the data byte currently set (ByteLength; an integer from 1 to 5) and is from 0 to
(2
8 x ByteLength
- 1).
Return Format
The query returns the data value of I2C trigger when the trigger condition is Data or A&D in integer.
:TRIGger:IIC:DIRection
Syntax
:TRIGger:IIC:DIRection <dir>
:TRIGger:IIC:DIRection?
Description
Set or query the data direction of I2C trigger when the trigger condition is Address or A&D.
Parameter
Name Type Range Default
<dir> Discrete {READ|WRITe|RWRite} READ
Explanation
To set trigger condition of I2C trigger, refer to the
:TRIGger:IIC:WHEN command.
Return Format
The query returns READ, WRIT, or RWR.