Slope
SCPI Command :
MEASurement<*>:AMPTime:DELay<*>:SLOPe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(measurement=Measurement.Default, measDelay=MeasDelay.Default) Edge[source]
# MEASurement<*>:AMPTime:DELay<*>:SLOPe value: enums.Edge = driver.measurement.ampTime.delay.slope.get(measurement = repcap.Measurement.Default, measDelay = repcap.MeasDelay.Default)
Sets the edge of each source, between which the delay is measured.
- Parameters:
measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)
measDelay – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Delay’)
- Returns:
slope: POSitive | NEGative | EITHer
- set(slope: Edge, measurement=Measurement.Default, measDelay=MeasDelay.Default) None[source]
# MEASurement<*>:AMPTime:DELay<*>:SLOPe driver.measurement.ampTime.delay.slope.set(slope = enums.Edge.EITHer, measurement = repcap.Measurement.Default, measDelay = repcap.MeasDelay.Default)
Sets the edge of each source, between which the delay is measured.
- Parameters:
slope – POSitive | NEGative | EITHer
measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)
measDelay – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Delay’)