Slope

SCPI Command :

TRIGger<*>:INTerval:SLOPe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default) Edge[source]
# TRIGger<*>:INTerval:SLOPe
value: enums.Edge = driver.trigger.interval.slope.get(trigger = repcap.Trigger.Default)

Sets the edge for the trigger. You can analyze the interval between positive edges or between negative edges.

Parameters:

trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)

Returns:

slope: See ‘Slope parameter’.

set(slope: Edge, trigger=Trigger.Default) None[source]
# TRIGger<*>:INTerval:SLOPe
driver.trigger.interval.slope.set(slope = enums.Edge.EITHer, trigger = repcap.Trigger.Default)

Sets the edge for the trigger. You can analyze the interval between positive edges or between negative edges.

Parameters:
  • slope – See ‘Slope parameter’.

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