Algorithm

SCPI Command :

[SENSe]:IQ:FFT:ALGorithm
class AlgorithmCls[source]

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

get() RsFsw.enums.SummaryMode[source]
# SCPI: [SENSe]:IQ:FFT:ALGorithm
value: enums.SummaryMode = driver.applications.iqAnalyzer.sense.iq.fft.algorithm.get()

Defines the FFT calculation method. For more information see ‘Basics on FFT’.

return

algorithm: No help available

set(algorithm: RsFsw.enums.SummaryMode) None[source]
# SCPI: [SENSe]:IQ:FFT:ALGorithm
driver.applications.iqAnalyzer.sense.iq.fft.algorithm.set(algorithm = enums.SummaryMode.AVERage)

Defines the FFT calculation method. For more information see ‘Basics on FFT’.

param algorithm

SINGle One FFT is calculated for the entire record length; if the FFT length is larger than the record length (see [SENSe:]IQ:FFT:LENGth and method RsFsw.Applications.K18_AmplifierEt.Trace.Iq.Rlength.get_) , zeros are appended to the captured data. AVERage Several overlapping FFTs are calculated for each record; the results are averaged to determine the final FFT result for the record. The user-defined window length and window overlap are used. See [SENSe:]IQ:FFT:WINDow:LENGth and [SENSe:]IQ:FFT:WINDow:OVERlap.