Slope
SCPI Command :
MEASurement<*>:JITTer:SLOPe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(measIndex=MeasIndex.Default) PeriodSlope[source]
# MEASurement<*>:JITTer:SLOPe value: enums.PeriodSlope = driver.measurement.jitter.slope.get(measIndex = repcap.MeasIndex.Default)
For cycle-cycle jitter, N-cycle jitter, and cycle-cycle duty cycle measurements, the setting selects the slope at which the periods and thus the jitter is measured: FIRSt, POSitive, NEGative or EITHer. method
RsMxo.measurement.main.set()is set to measurements CCJitter | NCJitter | CCDutycycle. For time-interval error measurements, the command sets the edges of the data signal that are used for measurements: POSitive, NEGative or EITHer. methodRsMxo.measurement.main.set()is set to TIE.- Parameters:
measIndex – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)
- Returns:
slope: FIRSt | POSitive | NEGative | EITHer
- set(slope: PeriodSlope, measIndex=MeasIndex.Default) None[source]
# MEASurement<*>:JITTer:SLOPe driver.measurement.jitter.slope.set(slope = enums.PeriodSlope.EITHer, measIndex = repcap.MeasIndex.Default)
For cycle-cycle jitter, N-cycle jitter, and cycle-cycle duty cycle measurements, the setting selects the slope at which the periods and thus the jitter is measured: FIRSt, POSitive, NEGative or EITHer. method
RsMxo.measurement.main.set()is set to measurements CCJitter | NCJitter | CCDutycycle. For time-interval error measurements, the command sets the edges of the data signal that are used for measurements: POSitive, NEGative or EITHer. methodRsMxo.measurement.main.set()is set to TIE.- Parameters:
slope – FIRSt | POSitive | NEGative | EITHer
measIndex – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)