Slope

SCPI Command :

[SENSe]:PMETer:TRIGger:SLOPe
class SlopeCls[source]

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

get() RsFsw.enums.SlopeType[source]
# SCPI: [SENSe]:PMETer:TRIGger:SLOPe
value: enums.SlopeType = driver.applications.k18AmplifierEt.sense.pmeter.trigger.slope.get()

Selects the trigger condition for external power triggers.

return

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: RsFsw.enums.SlopeType) None[source]
# SCPI: [SENSe]:PMETer:TRIGger:SLOPe
driver.applications.k18AmplifierEt.sense.pmeter.trigger.slope.set(edge = enums.SlopeType.NEGative)

Selects the trigger condition for external power triggers.

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