MinStdDev
SCPI Command :
ADVJitter<*>:RESult:COMPonents<*>:STATistics[:MINStddev]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(advJitter=AdvJitter.Default, advJitterComponents=AdvJitterComponents.Default) float[source]
# ADVJitter<*>:RESult:COMPonents<*>:STATistics[:MINStddev] value: float = driver.advJitter.result.components.statistics.minStdDev.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:
min_std_dev: -100E+24 to 100E+24