Polarity
SCPI Command :
MEASurement<*>:JITTer:POLarity
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(measIndex=MeasIndex.Default) PulseSlope[source]
# MEASurement<*>:JITTer:POLarity value: enums.PulseSlope = driver.measurement.jitter.polarity.get(measIndex = repcap.MeasIndex.Default)
For cycle-cycle width and the cycle-cycle duty cycle measurements, the command sets the polarity of pulses for which the pulse width is measured: POSitive or NEGative. method
RsMxo.measurement.main.set()is set to measurements CCWidth | CCDutycycle. For skew delay and skew phase measurements, the command sets the edge of the first waveform from which the measurements starts: POSitive, NEGative or EITHer. methodRsMxo.measurement.main.set()is set to measurements SKWDelay | SKWPhase.- Parameters:
measIndex – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)
- Returns:
polarity: POSitive | NEGative | EITHer
- set(polarity: PulseSlope, measIndex=MeasIndex.Default) None[source]
# MEASurement<*>:JITTer:POLarity driver.measurement.jitter.polarity.set(polarity = enums.PulseSlope.EITHer, measIndex = repcap.MeasIndex.Default)
For cycle-cycle width and the cycle-cycle duty cycle measurements, the command sets the polarity of pulses for which the pulse width is measured: POSitive or NEGative. method
RsMxo.measurement.main.set()is set to measurements CCWidth | CCDutycycle. For skew delay and skew phase measurements, the command sets the edge of the first waveform from which the measurements starts: POSitive, NEGative or EITHer. methodRsMxo.measurement.main.set()is set to measurements SKWDelay | SKWPhase.- Parameters:
polarity – POSitive | NEGative | EITHer
measIndex – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)