EvtCount
SCPI Command :
POWer:EFFiciency:RESult<*>:EVTCount
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(pwrEfficiencyResult=PwrEfficiencyResult.Default) int[source]
# POWer:EFFiciency:RESult<*>:EVTCount value: int = driver.power.efficiency.result.evtCount.get(pwrEfficiencyResult = repcap.PwrEfficiencyResult.Default)
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:
pwrEfficiencyResult – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Result’)
- Returns:
count: depends on the measured quantity