Npeak

SCPI Command :

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

Return the specified statistic result for the positive duty cycle. The measurement requires at least one complete period of a triggered signal. 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