Count
SCPI Command :
[SENSe]:SWEep:IQAVg:COUNt
- class CountCls[source]
Count commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get() float [source]
# SCPI: [SENSe]:SWEep:IQAVg:COUNt value: float = driver.applications.k18AmplifierEt.sense.sweep.iqAvg.count.get()
Only available for backward compatibility. Switches statistics state to ‘ON’, sets trace mode to ‘IQ/Averaging’ and counts to specified value.
- return
count: numeric value (integer only) Range: 1 to 10000
- set(count: float) None [source]
# SCPI: [SENSe]:SWEep:IQAVg:COUNt driver.applications.k18AmplifierEt.sense.sweep.iqAvg.count.set(count = 1.0)
Only available for backward compatibility. Switches statistics state to ‘ON’, sets trace mode to ‘IQ/Averaging’ and counts to specified value.
- param count
numeric value (integer only) Range: 1 to 10000
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.applications.k18AmplifierEt.sense.sweep.iqAvg.count.clone()
Subgroups