Pulse

SCPI Command :

MEASurement<*>:JITTer:PULSe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(measurement=Measurement.Default) Edge[source]
# MEASurement<*>:JITTer:PULSe
value: enums.Edge = driver.measurement.jitter.pulse.get(measurement = repcap.Measurement.Default)

Sets the polarity of pulses for which the pulse width is measured to obtain the cycle-cycle width and the cycle-cycle duty cycle. The command is available for the following measurements: cycle-cycle width and cycle-cycle duty cycle (method RsRtx.measurement.main.set() and/or method RsRtx.measurement.additional.set() are set to measurements CCWidth | CCDutycycle) .

Parameters:

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

set(jitter_pls_pola: Edge, measurement=Measurement.Default) None[source]
# MEASurement<*>:JITTer:PULSe
driver.measurement.jitter.pulse.set(jitter_pls_pola = enums.Edge.EITHer, measurement = repcap.Measurement.Default)

Sets the polarity of pulses for which the pulse width is measured to obtain the cycle-cycle width and the cycle-cycle duty cycle. The command is available for the following measurements: cycle-cycle width and cycle-cycle duty cycle (method RsRtx.measurement.main.set() and/or method RsRtx.measurement.additional.set() are set to measurements CCWidth | CCDutycycle) .

Parameters:
  • jitter_pls_pola – Pulse width of positive or negative pulses is measured, respectively.

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