RelPolarity

SCPI Command :

MEASurement<*>:JITTer:RELPolarity
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(measIndex=MeasIndex.Default) RelativePolarity[source]
# MEASurement<*>:JITTer:RELPolarity
value: enums.RelativePolarity = driver.measurement.jitter.relPolarity.get(measIndex = repcap.MeasIndex.Default)

Sets the edge of the second waveform relative to the first waveform.

Parameters:

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

set(relative_polarity: RelativePolarity, measIndex=MeasIndex.Default) None[source]
# MEASurement<*>:JITTer:RELPolarity
driver.measurement.jitter.relPolarity.set(relative_polarity = enums.RelativePolarity.INVerse, measIndex = repcap.MeasIndex.Default)

Sets the edge of the second waveform relative to the first waveform.

Parameters:
  • relative_polarity

    MATChing | INVerse

    • MATChing: Measures from positive to positive edge or from negative to negative edge.

    • INVerse: Measures from positive to negative edge or from negative to positive edge.

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