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