Technical data

354 Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference
19 InfiniiScan (ISCan) Commands
:ISCan:NONMonotonic:EDGE
Command :ISCan:NONMonotonic:EDGE {EITHer | FALLing | RISing}
The :ISCan:NONMonotonic:EDGE command selects the rising edge, the
falling edge, or either edge for the Non- monotonic edge trigger mode.
EITHer Sets the edge used by the Non-monotonic edge trigger to both rising and
falling edges.
FALLing Sets the edge used by the Non-monotonic edge trigger to falling edges.
RISing Sets the edge used by the Non- monotonic edge trigger to rising edges.
Example The following example selects the falling edge non-monotonic trigger.
myScope.WriteString ":ISCAN:NONMONOTONIC:EDGE FALLING"
Query :ISCan:NONMonotonic:EDGE?
The query returns the currently selected edge type for the Non- Monotonic
Edge trigger.
Returned Format
[:ISCan:NONMonotonic:EDGE]{EITHer | FALLing | RISing}<NL>
Example The following example returns the currently selected edge type used for
the Non- monotonic Edge trigger mode.
Dim strSOURCE As String
myScope.WriteString ":ISCAN:NONMONOTONIC:EDGE?"
strSOURCE = myScope.ReadString
Debug.Print strSOURCE