Slope

SCPI Command :

TRIGger[:SEQuence]:SLOPe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() SlopeType[source]
# TRIGger[:SEQuence]:SLOPe
value: enums.SlopeType = driver.applications.k149Uwb.trigger.sequence.slope.get()

For external and time domain trigger sources, you can define whether triggering occurs when the signal rises to the trigger level or falls down to it.

set(slope: SlopeType) None[source]
# TRIGger[:SEQuence]:SLOPe
driver.applications.k149Uwb.trigger.sequence.slope.set(slope = enums.SlopeType.NEGative)

For external and time domain trigger sources, you can define whether triggering occurs when the signal rises to the trigger level or falls down to it.

Parameters:

slope – POSitive | NEGative POSitive Triggers when the signal rises to the trigger level (rising edge) . NEGative Triggers when the signal drops to the trigger level (falling edge) .