Npeak
SCPI Command :
POWer:RIPPle:RESult:MINimum:NPEak
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(voltage_meas_type: PowerRippleMeasType = None) float[source]
# POWer:RIPPle:RESult:MINimum:NPEak value: float = driver.power.ripple.result.minimum.npeak.get(voltage_meas_type = enums.PowerRippleMeasType.CURRENT)
Return the specified statistic result for the minimum value of the waveform. 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