StdDev
SCPI Command :
POWer:RIPPle:RESult:NDCYcle:STDDev
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(voltage_meas_type: PowerRippleMeasType = None) float[source]
# POWer:RIPPle:RESult:NDCYcle:STDDev value: float = driver.power.ripple.result.ndCycle.stdDev.get(voltage_meas_type = enums.PowerRippleMeasType.CURRENT)
Return the specified statistic result for the negative 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