NpfSlope

SCPI Command :

MEASurement<*>:AMPTime:NPFSlope
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(measurement=Measurement.Default) SignalSlope[source]
# MEASurement<*>:AMPTime:NPFSlope
value: enums.SignalSlope = driver.measurement.ampTime.npfSlope.get(measurement = repcap.Measurement.Default)

Selects the slope direction for N-Period measurements.

Parameters:

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

Returns:

period_nslope: FIRSt | POSitive | NEGative

  • POSitive | NEGative: Measures the time between rising or falling edges, respectively.

  • FIRSt: Time is measured either between rising edges or between falling edges. The first edge is taken for the measurement. In single measurements, it works the same way as Either.Only available for analog measurement sources.

set(period_nslope: SignalSlope, measurement=Measurement.Default) None[source]
# MEASurement<*>:AMPTime:NPFSlope
driver.measurement.ampTime.npfSlope.set(period_nslope = enums.SignalSlope.EITHer, measurement = repcap.Measurement.Default)

Selects the slope direction for N-Period measurements.

Parameters:
  • period_nslope

    FIRSt | POSitive | NEGative

    • POSitive | NEGative: Measures the time between rising or falling edges, respectively.

    • FIRSt: Time is measured either between rising edges or between falling edges. The first edge is taken for the measurement. In single measurements, it works the same way as Either.Only available for analog measurement sources.

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