:TRIGger Commands
31
Keysight InfiniiVision M9241/42/43A PXIe Oscilloscopes SCPI Programmer's Guide
1095
:TRIGger[:EDGE]:SLOPe
Command Syntax
:TRIGger[:EDGE]:SLOPe <slope>
<slope> ::= {NEGative | POSitive | EITHer | ALTernate}
The :TRIGger[:EDGE]:SLOPe command specifies the slope of the edge for the
trigger. The SLOPe command is not valid in TV trigger mode. Instead, use
:TRIGger:TV:POLarity to set the polarity in TV trigger mode.
Query Syntax
:TRIGger[:EDGE]:SLOPe?
The :TRIGger[:EDGE]:SLOPe? query returns the current trigger slope.
Return Format
<slope><NL>
<slope> ::= {NEG | POS | EITH | ALT}
See Also
•
"Introduction to :TRIGger Commands"
•
•
Example Code
' TRIGGER_EDGE_SLOPE - Sets the slope of the edge for the trigger.
' Set the slope to positive.
myScope.WriteString ":TRIGGER:EDGE:SLOPE POSITIVE"
See complete example programs at: