Count
SCPI Command :
[SENSe]:AVERage:COUNt
- class CountCls[source]
Count commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() float [source]
# SCPI: [SENSe]:AVERage:COUNt value: float = driver.applications.k14Xnr5G.sense.average.count.get()
Defines the number of sweeps that the application uses to average traces. In case of continuous sweep mode, the application calculates the moving average over the average count. In case of single sweep mode, the application stops the measurement and calculates the average after the average count has been reached.
- return
average: No help available
- set(average: float) None [source]
# SCPI: [SENSe]:AVERage:COUNt driver.applications.k14Xnr5G.sense.average.count.set(average = 1.0)
Defines the number of sweeps that the application uses to average traces. In case of continuous sweep mode, the application calculates the moving average over the average count. In case of single sweep mode, the application stops the measurement and calculates the average after the average count has been reached.
- param average
No help available