Slope
SCPI Command :
TRIGger:EVENt<*>:INTerval:SLOPe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(evnt=Evnt.Default) PulseSlope[source]
# TRIGger:EVENt<*>:INTerval:SLOPe value: enums.PulseSlope = driver.trigger.event.interval.slope.get(evnt = repcap.Evnt.Default)
Sets the edge for the trigger. You can analyze the interval between positive edges or between negative edges.
- Parameters:
evnt – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Event’)
- Returns:
slope: POSitive | NEGative | EITHer
- set(slope: PulseSlope, evnt=Evnt.Default) None[source]
# TRIGger:EVENt<*>:INTerval:SLOPe driver.trigger.event.interval.slope.set(slope = enums.PulseSlope.EITHer, evnt = repcap.Evnt.Default)
Sets the edge for the trigger. You can analyze the interval between positive edges or between negative edges.
- Parameters:
slope – POSitive | NEGative | EITHer
evnt – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Event’)