Technical data
Mask Test Commands 23
Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference 435
:MTESt:TRIGger:SOURce
Command :MTESt:TRIGger:SOURce CHANnel<N>
The :MTESt:TRIGger:SOURce command sets the channel or function to use
as the trigger. Mask testing must be enabled before using this command.
<N> An integer, 1 - 4.
Example This example sets the mask trigger source to channel 1.
myScope.WriteString ":MTEST:TRIGGER:SOURCE CHANNEL1"
Query :MTESt:TRIGger:SOURce?
The query returns the currently selected mask test trigger source.
Returned Format
[:MTESt:TRIGger] CHANnel<N><NL>
Example This example gets the trigger source setting and prints the result on the
computer display.
Dim strAmask_source As String
myScope.WriteString ":MTEST:TRIGGER:SOURCE?"
strAmask_source = myScope.ReadString
Debug.Print strAmask_source