Fft

SCPI Command :

CONFigure:WLAN:MEASurement<Instance>:MEValuation:DEMod:FFT:OFFSet
class FftCls[source]

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

get_offset() FftOffset[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:DEMod:FFT:OFFSet
value: enums.FftOffset = driver.configure.wlanMeas.multiEval.demod.fft.get_offset()

Sets the FFT start offset for OFDM signals.

return:

offset: CENT: Guard interval center used as a start offset. PEAK: Peak of fine-timing metric used to determine a start offset. AUTO: Automatic selection of the optimal start offset.

set_offset(offset: FftOffset) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:DEMod:FFT:OFFSet
driver.configure.wlanMeas.multiEval.demod.fft.set_offset(offset = enums.FftOffset.AUTO)

Sets the FFT start offset for OFDM signals.

param offset:

CENT: Guard interval center used as a start offset. PEAK: Peak of fine-timing metric used to determine a start offset. AUTO: Automatic selection of the optimal start offset.