Count

SCPI Command :

[SENSe]:SWEep:COUNt
class CountCls[source]

Count commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() float[source]
# SCPI: [SENSe]:SWEep:COUNt
value: float = driver.applications.k30NoiseFigure.sense.sweep.count.get()

Defines the number of sweeps that the application uses to average traces. During calibration measurements, the phase and amplitude values are averaged over the defined number of sweeps. (For Pulse measurements, ) . In continuous sweep mode, the application calculates the moving average over the average count. In single sweep mode, the application stops the measurement and calculates the average after the average count has been reached.

return

averages: No help available

set(averages: float) None[source]
# SCPI: [SENSe]:SWEep:COUNt
driver.applications.k30NoiseFigure.sense.sweep.count.set(averages = 1.0)

Defines the number of sweeps that the application uses to average traces. During calibration measurements, the phase and amplitude values are averaged over the defined number of sweeps. (For Pulse measurements, ) . In continuous sweep mode, the application calculates the moving average over the average count. In single sweep mode, the application stops the measurement and calculates the average after the average count has been reached.

param averages

If you set a sweep 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 32767