Length
SCPI Command :
[SENSe]:IQ:FFT:LENGth
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() int[source]
# [SENSe]:IQ:FFT:LENGth value: int = driver.applications.iqAnalyzer.sense.iq.fft.length.get()
Defines the number of frequency points determined by each FFT calculation. The more points are used, the higher the resolution in the spectrum becomes, but the longer the calculation takes.
- set(length: int) None[source]
# [SENSe]:IQ:FFT:LENGth driver.applications.iqAnalyzer.sense.iq.fft.length.set(length = 1)
Defines the number of frequency points determined by each FFT calculation. The more points are used, the higher the resolution in the spectrum becomes, but the longer the calculation takes.
- Parameters:
length – integer value Range: 3 to 524288