Technical data

InfiniiScan (ISCan) Commands 19
Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference 361
:ISCan:SERial:PATTern
Command :ISCan:SERial:PATTern <pattern>
The :ISCan:SERial:PATTern command sets the pattern used for the Serial
trigger.
<pattern> is a 1, 0, or X binary character string of up to 80 characters. The pattern
can only be expressed in the binary format.
Example The following example sets the pattern used by the Serial trigger to
101100.
myScope.WriteString ":ISCAN:SERIAL:PATTERN ""101100"""
Query :ISCan:SERial:PATTern?
The query returns the pattern used by the Serial trigger mode.
Returned Format
[:ISCan:SERial:PATTern]<pattern><NL>
Example The following example returns the currently selected pattern for the Serial
trigger mode.
Dim strPATTERN As String
myScope.WriteString ":ISCAN:SERIAL:PATTERN?"
strPATTERN = myScope.ReadString
Debug.Print strPATTERN