Count

SCPI Command :

[SENSe]:LIST:SWEep:COUNt
Commands in total: 3
Subgroups: 1
Direct child commands: 1
get() float[source]
# [SENSe]:LIST:SWEep:COUNt
value: float = driver.applications.k40PhaseNoise.sense.listPy.sweep.count.get()

Defines the number of measurements to be included in the averaging for each and all half decades.

Returns:

averages: Range: 1 to 10000

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

Defines the number of measurements to be included in the averaging for each and all half decades.

Parameters:

averages – Range: 1 to 10000

Cloning the Group

# Create a copy of the original group, that exists independently
count_copy = driver.applications.k40PhaseNoise.sense.listPy.sweep.count.clone()

Subgroups