Length

SCPI Command :

[SENSe]:IQ:FFT:WINDow:LENGth
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() int[source]
# [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.

set(length: int) None[source]
# [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.

Parameters:

length – integer value Range: 3 to 4096