Count

SCPI Command :

[SENSe]:AVERage:COUNt
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# [SENSe]:AVERage:COUNt
value: float = driver.applications.k91Wlan.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.

Returns:

average_count: If you set an average count of 0 or 1, the application performs one single sweep in single sweep mode. In continuous sweep mode, if the average count is set to 0, a moving average over 10 sweeps is performed. Range: 0 to 200000

set(average_count: float) None[source]
# [SENSe]:AVERage:COUNt
driver.applications.k91Wlan.sense.average.count.set(average_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.

Parameters:

average_count – If you set an average count of 0 or 1, the application performs one single sweep in single sweep mode. In continuous sweep mode, if the average count is set to 0, a moving average over 10 sweeps is performed. Range: 0 to 200000