Ncycles
SCPI Command :
MEASurement<*>:JITTer:NCYCles
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(measIndex=MeasIndex.Default) int[source]
# MEASurement<*>:JITTer:NCYCles value: int = driver.measurement.jitter.ncycles.get(measIndex = repcap.MeasIndex.Default)
Sets the number of periods (cycles) that are accumulated to measure the N-cycle jitter.
- Parameters:
measIndex – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)
- Returns:
number_cycles: 1 to 4294967295
- set(number_cycles: int, measIndex=MeasIndex.Default) None[source]
# MEASurement<*>:JITTer:NCYCles driver.measurement.jitter.ncycles.set(number_cycles = 1, measIndex = repcap.MeasIndex.Default)
Sets the number of periods (cycles) that are accumulated to measure the N-cycle jitter.
- Parameters:
number_cycles – 1 to 4294967295
measIndex – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)