Technical data

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