Slope

SCPI Command :

MEASurement<*>:AMPTime:DELay<*>:SLOPe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(measIndex=MeasIndex.Default, delay=Delay.Default) PulseSlope[source]
# MEASurement<*>:AMPTime:DELay<*>:SLOPe
value: enums.PulseSlope = driver.measurement.ampTime.delay.slope.get(measIndex = repcap.MeasIndex.Default, delay = repcap.Delay.Default)

Sets the edge of each source, between which the delay is measured.

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

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

Returns:

slope: POSitive | NEGative | EITHer

set(slope: PulseSlope, measIndex=MeasIndex.Default, delay=Delay.Default) None[source]
# MEASurement<*>:AMPTime:DELay<*>:SLOPe
driver.measurement.ampTime.delay.slope.set(slope = enums.PulseSlope.EITHer, measIndex = repcap.MeasIndex.Default, delay = repcap.Delay.Default)

Sets the edge of each source, between which the delay is measured.

Parameters:
  • slope – POSitive | NEGative | EITHer

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

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