Technical data

362 Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference
19 InfiniiScan (ISCan) Commands
:ISCan:SERial:SOURce
Command :ISCan:SERial:SOURce CHANnel<N>
The :ISCan:SERial:SOURce command sets the source used for the Serial
trigger.
<N> is an integer from 1-4.
Example The following example sets the source used by the Serial trigger mode to
channel 1.
myScope.WriteString ":ISCAN:SERIAL:SOURCE CHANNEL1"
Query :ISCan:SERial:SOURce?
The query returns the source used by the Serial trigger mode.
Returned Format
[:ISCan:SERial:SOURce]CHANnel<N><NL>
Example The following example returns the currently selected source for the Serial
trigger mode.
Dim strSOURCE As String
myScope.WriteString ":ISCAN:SERIAL:SOURCE?"
strSOURCE = myScope.ReadString
Debug.Print strSOURCE