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