Slope
SCPI Command :
[SENSe]:PMETer:TRIGger:SLOPe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() SlopeType[source]
# [SENSe]:PMETer:TRIGger:SLOPe value: enums.SlopeType = driver.applications.k18AmplifierEt.sense.pmeter.trigger.slope.get()
Selects the trigger condition for external power triggers.
- Returns:
edge: POSitive The measurement starts in case the trigger signal shows a positive edge. NEGative The measurement starts in case the trigger signal shows a negative edge.
- set(edge: SlopeType) None[source]
# [SENSe]:PMETer:TRIGger:SLOPe driver.applications.k18AmplifierEt.sense.pmeter.trigger.slope.set(edge = enums.SlopeType.NEGative)
Selects the trigger condition for external power triggers.
- Parameters:
edge – POSitive The measurement starts in case the trigger signal shows a positive edge. NEGative The measurement starts in case the trigger signal shows a negative edge.