Length
SCPI Command :
[SENSe]:IQ:FFT:WINDow:LENGth
- class LengthCls[source]
Length commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() int [source]
# SCPI: [SENSe]:IQ:FFT:WINDow:LENGth value: int = driver.applications.iqAnalyzer.sense.iq.fft.window.length.get()
Defines the number of samples to be included in a single FFT window when multiple FFT windows are used.
- return
length: No help available
- set(length: int) None [source]
# SCPI: [SENSe]:IQ:FFT:WINDow:LENGth driver.applications.iqAnalyzer.sense.iq.fft.window.length.set(length = 1)
Defines the number of samples to be included in a single FFT window when multiple FFT windows are used.
- param length
integer value Range: 3 to 4096