Fft

SCPI Command :

[SOURce<HW>]:BB:DVBT:FFT:MODE
class FftCls[source]

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

get_mode() DvbtCodingFftMode[source]
# SCPI: [SOURce<HW>]:BB:DVBT:FFT:MODE
value: enums.DvbtCodingFftMode = driver.source.bb.dvbt.fft.get_mode()

Sets the fast fourier transform (FFT) window to determine the number of carriers per OFDM symbol. To find out the number of carriers for a given FFT window, see Table ‘Number of carriers’.

return:

fft_mode: M8K| M4K| M2K

set_mode(fft_mode: DvbtCodingFftMode) None[source]
# SCPI: [SOURce<HW>]:BB:DVBT:FFT:MODE
driver.source.bb.dvbt.fft.set_mode(fft_mode = enums.DvbtCodingFftMode.M2K)

Sets the fast fourier transform (FFT) window to determine the number of carriers per OFDM symbol. To find out the number of carriers for a given FFT window, see Table ‘Number of carriers’.

param fft_mode:

M8K| M4K| M2K