Count
SCPI Command :
[SENSe]:LIST:SWEep:COUNt
- class CountCls[source]
Count commands group definition. 3 total commands, 1 Subgroups, 1 group commands
- get() float [source]
# SCPI: [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.
- return
averages: Range: 1 to 10000
- set(averages: float) None [source]
# SCPI: [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.
- param averages
Range: 1 to 10000
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.applications.k40PhaseNoise.sense.listPy.sweep.count.clone()
Subgroups