Slope
SCPI Command :
TRIGger<*>:POWerline:SLOPe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) Edge[source]
# TRIGger<*>:POWerline:SLOPe value: enums.Edge = driver.trigger.powerline.slope.get(trigger = repcap.Trigger.Default)
Selects the rising or falling edges of the AC power input for the trigger condition.
- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- Returns:
slope: POSitive | NEGative
- set(slope: Edge, trigger=Trigger.Default) None[source]
# TRIGger<*>:POWerline:SLOPe driver.trigger.powerline.slope.set(slope = enums.Edge.EITHer, trigger = repcap.Trigger.Default)
Selects the rising or falling edges of the AC power input for the trigger condition.
- Parameters:
slope – POSitive | NEGative
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)