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.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.

return

sweep_count: No help available

set(sweep_count: float) None[source]
# SCPI: [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.

param sweep_count

No help available