Count
SCPI Command :
TRACe:IQ:AVERage:COUNt
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() int[source]
# TRACe:IQ:AVERage:COUNt value: int = driver.applications.iqAnalyzer.trace.iq.average.count.get()
This command defines the number of I/Q data sets that the averaging is based on.
- set(count: int) None[source]
# TRACe:IQ:AVERage:COUNt driver.applications.iqAnalyzer.trace.iq.average.count.set(count = 1)
This command defines the number of I/Q data sets that the averaging is based on.
- Parameters:
count – Range: 0 to 32767