User manual

Table Of Contents
MAUI Oscilloscopes Remote Control and Automation Manual
TRIG_SLOPE, TRSL
Description
The TRIG_SLOPE command sets the trigger slope of the selected trigger source.
The TRIG_SLOPE? query returns the trigger slope of the selected source.
Command Syntax
<trig_source>:TRIG_SLOPE <trig_slope>
<trig_source>:= {C1, C2, C3, C4, LINE, EX, EX10, ETM10}
<trig_slope>:= {NEG, POS}
Query Syntax
<trig_source>:TRIG_SLOPE?
Response Format
<trig_source>:TRIG_SLOPE <trig_slope>
Example (GPIB)
The following instruction sets the trigger to the negative slope of C2:
CMD$="C2:TRSL NEG": CALL IBWRT(SCOPE%,CMD$)
Related Commands
TRIG_COUPLING, TRIG_DELAY, TRIG_LEVEL, TRIG_MODE, TRIG_SELECT, TRIG_SLOPE
6-40