Algorithm

SCPI Commands

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

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

get() 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: 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 RsFswp.Applications.IqAnalyzer.Trace.Iq.Rlength.set) , 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) .