StdDev

SCPI Command :

MEASurement<*>:RESult:STDDev
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(measIndex=MeasIndex.Default) float[source]
# MEASurement<*>:RESult:STDDev
value: float = driver.measurement.result.stdDev.get(measIndex = repcap.MeasIndex.Default)

Return the statistic results of the specified measurement. The measurement type is defined with method RsMxo.measurement.main.set() . To define the path and file names, use the EXPort:WAVeform:AUTonaming:* commands:

  • [:ACTual]: current measurement result

  • AVG: arithmetic mean of the measurement results

  • EVTCount: number of measurement results in the measurement

  • NPEak: negative peak value of the measurement results

  • PPEak: positive peak value of the measurement results

  • RMS: RMS value of the measurement results

  • STDDev: standard deviation of the measurement results

  • RSTDdev: relative standard deviation (STDDev / AVG)

  • WFMCount: number of measured waveforms

Parameters:

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

Returns:

std_dev: Numeric result value