User manual
RIGOL Chapter 2 Command System
2-218 MSO7000/DS7000 Programming Guide
:TRIGger:IIS:DATA
Syntax
:TRIGger:IIS:DATA <data>
:TRIGger:IIS:DATA?
Description
Sets or queries the data value of the I2S trigger.
Parameter
Name
Type
Range
Default
<data>
Integer
0 to 2
32
-1
Description
The settable range of <data> is affected by the byte length. The maximum byte
length can be set to 4, i.g. 32-bit binary data. Therefore, the range of <data> is from
0 to 2
32
- 1.
Return
Format
The query returns an integer ranging from 0 to 2
32
- 1.
Example
:TRIGger:IIS:DATA 10 /*Sets the data value to 10.*/
:TRIGger:IIS:DATA? /*The query returns 10.*/