Offset
SCPI Command :
[SENSe]:DEMod:FFT:OFFSet
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() FftOffsetMode[source]
# [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) .
- Returns:
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: FftOffsetMode) None[source]
# [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) .
- Parameters:
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.