Offset
SCPI Command :
[SENSe]:DEMod:FFT:OFFSet
- class OffsetCls[source]
Offset commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() RsFsw.enums.FftOffsetMode [source]
# SCPI: [SENSe]:DEMod:FFT:OFFSet value: enums.FftOffsetMode = driver.applications.k91Wlan.sense.demod.fft.offset.get()
Specifies the start offset of the FFT for OFDM demodulation (not for the ‘FFT Spectrum’ display) .
- return
mode: AUTO | GICenter | PEAK AUTO The FFT start offset is automatically chosen to minimize the intersymbol interference. GICenter Guard Interval Center: The FFT start offset is placed to the center of the guard interval. PEAK The peak of the fine timing metric is used to determine the FFT start offset.
- set(mode: RsFsw.enums.FftOffsetMode) None [source]
# SCPI: [SENSe]:DEMod:FFT:OFFSet driver.applications.k91Wlan.sense.demod.fft.offset.set(mode = enums.FftOffsetMode.AUTO)
Specifies the start offset of the FFT for OFDM demodulation (not for the ‘FFT Spectrum’ display) .
- param mode
AUTO | GICenter | PEAK AUTO The FFT start offset is automatically chosen to minimize the intersymbol interference. GICenter Guard Interval Center: The FFT start offset is placed to the center of the guard interval. PEAK The peak of the fine timing metric is used to determine the FFT start offset.