Avg
SCPI Command :
MEASurement<*>:RESult:AVG
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(measIndex=MeasIndex.Default) float[source]
# MEASurement<*>:RESult:AVG value: float = driver.measurement.result.avg.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:
average: Numeric result value