CcSlope

SCPI Command :

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

Selects the slope at which the periods and thus the jitter is measured. The command is available for the following measurements: cycle-cycle jitter, N-cycle jitter, and cycle-cycle duty cycle (method RsRtx.measurement.main.set() and/or method RsRtx.measurement.additional.set() are set to measurements CCJitter | NCJitter | CCDutycycle) .

Parameters:

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

Returns:

jitter_ccs_lope: FIRSt | POSitive | NEGative | EITHer

  • FIRSt: Measures the period from the first edge that is found, no matter of its direction.

  • POSitive: Measures the period at positive going edges.

  • NEGative: Measures the period at negative going edges.

  • EITHer: Measures the period at both positive and negative going edges. This option is useful, for example, to check the clock stability of a double data rate clock.

set(jitter_ccs_lope: SignalSlope, measurement=Measurement.Default) None[source]
# MEASurement<*>:JITTer:CCSLope
driver.measurement.jitter.ccSlope.set(jitter_ccs_lope = enums.SignalSlope.EITHer, measurement = repcap.Measurement.Default)

Selects the slope at which the periods and thus the jitter is measured. The command is available for the following measurements: cycle-cycle jitter, N-cycle jitter, and cycle-cycle duty cycle (method RsRtx.measurement.main.set() and/or method RsRtx.measurement.additional.set() are set to measurements CCJitter | NCJitter | CCDutycycle) .

Parameters:
  • jitter_ccs_lope

    FIRSt | POSitive | NEGative | EITHer

    • FIRSt: Measures the period from the first edge that is found, no matter of its direction.

    • POSitive: Measures the period at positive going edges.

    • NEGative: Measures the period at negative going edges.

    • EITHer: Measures the period at both positive and negative going edges. This option is useful, for example, to check the clock stability of a double data rate clock.

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