Technical data

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