Slope
SCPI Command :
TRIGger[:SEQuence]:SLOPe
- class SlopeCls[source]
Slope commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() RsFsw.enums.SlopeType [source]
# SCPI: TRIGger[:SEQuence]:SLOPe value: enums.SlopeType = driver.applications.k18AmplifierEt.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.
- return
slope: No help available
- set(slope: RsFsw.enums.SlopeType) None [source]
# SCPI: TRIGger[:SEQuence]:SLOPe driver.applications.k18AmplifierEt.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.
- 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) .