RIGOL
© 2008 RIGOL Technologies, Inc.
Programming Guide for DS1000/DS1000CA Series
7. Set the Pattern trigger condition
Pattern trigger identifies trigger conditions by checking the specified code. The
code is the logical combination of all the channels, each channel has three values
of high (H), low (L) and ignore(X).
7.1 :TRIGger:PATTern:PATTern
Command Format:
:TRIGger:PATTern:PATTern□<value>,<mask>,[<edge source>,<edge>]
Explanation:
The command is to set the pattern of the digital signal in each channel (D0~D15).
<value>: a 16 bit unsigned integer, High is 1, Low is 0
<mask>: a 16 bit unsigned integer, enable is 1, X is 0
<edge source>: 0~15
<edge>: rising edge is 1, falling edge is 0
Query Format:
:TRIGger:PATTern:PATTern?
Returned Format:
Query returns the set value of <value>, <mask>, <edge source> and <edge>
one by one separated by commas. <value> and <mask> are expressed in
decimal.
Example:
:TRIGGER:PATTERN:PATTERN□100010,100,2,1
Set the pattern.
:TRIGger:PATTern:PATTern?
Query returns: 68, 4, DIG2, Positive.