Avg

SCPI Command :

POWer:SWITching:RESult:POWer:AVG
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(meas_type: PwrSwitchingResultMeasType) float[source]
# POWer:SWITching:RESult:POWer:AVG
value: float = driver.power.switching.result.power.avg.get(meas_type = enums.PwrSwitchingResultMeasType.CON)

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

  • [:ACTual]: current measurement result

  • AVG: average of the long-term measurement results

  • EVTCount: number of measurement results in the long-term measurement

  • NPEak: negative peak value of the long-term measurement results

  • PPEak: positive peak value of the long-term measurement results

  • RMS: RMS value of the long-term measurement results

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

Parameters:

meas_type – SWF: Switching frequency TON: Turn on TOF: Turn off CON: conduction NCO: Non conduction TOT: Total

Returns:

value: Statistic result