Count
SCPI Command :
[SENSe]:SWEep:IQAVg:COUNt
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get() float[source]
# [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.
- Returns:
count: numeric value (integer only) Range: 1 to 10000
- set(count: float) None[source]
# [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.
- Parameters:
count – numeric value (integer only) Range: 1 to 10000
Cloning the Group
# Create a copy of the original group, that exists independently
count_copy = driver.applications.k18AmplifierEt.sense.sweep.iqAvg.count.clone()
Subgroups