Technical data
InfiniiScan (ISCan) Commands 19
Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference 353
:ISCan:MODE
Command :ISCan:MODE {OFF | MEASurement | NONMontonic |
RUNT | SERial | ZONE}
The :ISCan:MODE command selects the type of InfiniiScan trigger mode.
The Measurement, Runt, Zone Qualify, and Non-monotonic Edge
InfiniiScan modes can be set using this command.
OFF Turns off the InfiniiScan trigger mode.
MEASurement Sets the Measurement Limit trigger mode.
NONMontonic Sets the Non-monotonic edge trigger mode.
RUNT Sets the Runt trigger mode.
SERial Sets the Serial trigger mode.
ZONE Sets the Zone Qualify trigger mode.
Example The following example selects the runt trigger.
myScope.WriteString ":ISCAN:MODE RUNT"
Query :ISCan:MODE?
The query returns the currently selected IniniiScan trigger mode.
Returned Format
[:ISCan:MEASurement]{OFF | MEASurement | NONMonotonic |
RUNT | SERial | ZONE}<NL>
Example The following example returns the currently selected InfiniiScan trigger
mode.
Dim strMODE As String
myScope.WriteString ":ISCAN:MODE?"
strMODE = myScope.ReadString
Debug.Print strMODE