Npeak

SCPI Command :

POWer:RIPPle:RESult:FREQuency:NPEak
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(voltage_meas_type: PowerRippleMeasType = None) float[source]
# POWer:RIPPle:RESult:FREQuency:NPEak
value: float = driver.power.ripple.result.frequency.npeak.get(voltage_meas_type = enums.PowerRippleMeasType.CURRENT)

Return the specified statistic result of the frequency of the signal. The result is based on the period measurement. 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:

voltage_meas_type – VOLTage | CURRent

Returns:

value: Statistic result