MaxPeakPeak

SCPI Command :

ADVJitter<*>:RESult:COMPonents<*>:STATistics:MAXPeakpeak
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(advJitter=AdvJitter.Default, advJitterComponents=AdvJitterComponents.Default) float[source]
# ADVJitter<*>:RESult:COMPonents<*>:STATistics:MAXPeakpeak
value: float = driver.advJitter.result.components.statistics.maxPeakPeak.get(advJitter = repcap.AdvJitter.Default, advJitterComponents = repcap.AdvJitterComponents.Default)

Return the statistic results of the specified measurement. The command affects the content of export files as well as data retrieved with:

  • MAXPeakpeak: absolute maximum value of the component.

  • MAXStddev: standard deviation of the maximum value.

  • MINPeakpeak: absolute minimum value of the component.

  • MINStddev: standard deviation of the minimum value.

  • PEAKpeak: peak to peak value of the long-term measurement results.

  • WFMCount: number of waveforms (acquisitions) the measurement is based on.

  • STDDev: standard deviation of the long-term measurement results.

Parameters:
  • advJitter – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘AdvJitter’)

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

Returns:

max_abs_peak_peak: -100E+24 to 100E+24