FftLength

SCPI Command :

CONFigure:FDOMain:FFTLength
class FftLengthCls[source]

FftLength commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() float[source]
# SCPI: CONFigure:FDOMain:FFTLength
value: float = driver.applications.k18AmplifierEt.configure.fdomain.fftLength.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

fft_length: Range: 1k to 32k, Unit: -

set(fft_length: float) None[source]
# SCPI: CONFigure:FDOMain:FFTLength
driver.applications.k18AmplifierEt.configure.fdomain.fftLength.set(fft_length = 1.0)

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 fft_length

Range: 1k to 32k, Unit: -