Count
SCPI Command :
[SENSe]:AVERage:COUNt
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# [SENSe]:AVERage:COUNt value: float = driver.applications.k17Mcgd.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.
- set(sweep_count: float) None[source]
# [SENSe]:AVERage:COUNt driver.applications.k17Mcgd.sense.average.count.set(sweep_count = 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.