Slope
SCPI Command :
TRIGger<*>:EDGE:SLOPe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) Edge[source]
# TRIGger<*>:EDGE:SLOPe value: enums.Edge = driver.trigger.edge.slope.get(trigger = repcap.Trigger.Default)
Defines the edge for the edge trigger event.
- 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<*>:EDGE:SLOPe driver.trigger.edge.slope.set(slope = enums.Edge.EITHer, trigger = repcap.Trigger.Default)
Defines the edge for the edge trigger event.
- Parameters:
slope – See ‘Slope parameter’.
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)