Slope

SCPI Commands

TRIGger:SEQuence:SLOPe
class SlopeCls[source]

Slope commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() SlopeType[source]
# SCPI: TRIGger[:SEQuence]:SLOPe
value: enums.SlopeType = driver.trigger.sequence.slope.get()

This command selects the trigger slope.

return

slope: No help available

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

This command selects the trigger slope.

param 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) .