Slope

SCPI Command :

MEASurement<*>:EMC:SLOPe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(measurement=Measurement.Default) SignalSlope[source]
# MEASurement<*>:EMC:SLOPe
value: enums.SignalSlope = driver.measurement.emc.slope.get(measurement = repcap.Measurement.Default)

Selects the signal slope.

Parameters:

measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)

Returns:

slope: POSitive | NEGative

  • POSitive: Selects measuring on a positive slope, for example with maximum peaks.

  • NEGative: Selects measuring on a negative slope, for example with minimum peaks.

set(slope: SignalSlope, measurement=Measurement.Default) None[source]
# MEASurement<*>:EMC:SLOPe
driver.measurement.emc.slope.set(slope = enums.SignalSlope.EITHer, measurement = repcap.Measurement.Default)

Selects the signal slope.

Parameters:
  • slope

    POSitive | NEGative

    • POSitive: Selects measuring on a positive slope, for example with maximum peaks.

    • NEGative: Selects measuring on a negative slope, for example with minimum peaks.

  • measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)