Fft

SCPI Command :

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

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

get_mode() CodingIsdbtMode[source]
# SCPI: [SOURce<HW>]:BB:ISDBt:FFT:MODE
value: enums.CodingIsdbtMode = driver.source.bb.isdbt.fft.get_mode()

Sets the ISDB-T mode.

return:

isdbt_mode: M3_8K| M2_4K| M1_2K

set_mode(isdbt_mode: CodingIsdbtMode) None[source]
# SCPI: [SOURce<HW>]:BB:ISDBt:FFT:MODE
driver.source.bb.isdbt.fft.set_mode(isdbt_mode = enums.CodingIsdbtMode.M1_2K)

Sets the ISDB-T mode.

param isdbt_mode:

M3_8K| M2_4K| M1_2K