WfmCount

SCPI Command :

POWer<*>:QUALity:STATistics:WFMCount
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(power=Power.Default) int[source]
# POWer<*>:QUALity:STATistics:WFMCount
value: int = driver.power.quality.statistics.wfmCount.get(power = repcap.Power.Default)

Return the number of waveforms included in the selected power analysis. Make sure that the suffix matches the selected power measurement.

Parameters:

power – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Power’)

Returns:

waveform_count: Number of analyzed waveforms.