Length
SCPI Command :
[SENSe]:IQ:FFT:LENGth
- class LengthCls[source]
Length commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() int [source]
# SCPI: [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.
- return
length: No help available
- set(length: int) None [source]
# SCPI: [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.
- param length
integer value Range: 3 to 524288