Slope

SCPI Command :

TRIGger:EVENt<*>:EDGE:SLOPe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(evnt=Evnt.Default) PulseSlope[source]
# TRIGger:EVENt<*>:EDGE:SLOPe
value: enums.PulseSlope = driver.trigger.event.edge.slope.get(evnt = repcap.Evnt.Default)

Sets the edge direction for the trigger.

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<*>:EDGE:SLOPe
driver.trigger.event.edge.slope.set(slope = enums.PulseSlope.EITHer, evnt = repcap.Evnt.Default)

Sets the edge direction for the trigger.

Parameters:
  • slope – POSitive | NEGative | EITHer

  • evnt – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Event’)