Gfdm

SCPI Command :

[SOURce<HW>]:BB:OFDM:GFDM:DBSYmbols
class GfdmCls[source]

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

get_db_symbols() int[source]
# SCPI: [SOURce<HW>]:BB:OFDM:GFDM:DBSYmbols
value: int = driver.source.bb.ofdm.gfdm.get_db_symbols()

Sets data block size in terms of symbols per data block. The maximum size is the sequence length, see [:SOURce<hw>]:BB:OFDM:SEQLength.

return

gfdm_db_symbols: integer Range: 1 to depends on settings

set_db_symbols(gfdm_db_symbols: int) None[source]
# SCPI: [SOURce<HW>]:BB:OFDM:GFDM:DBSYmbols
driver.source.bb.ofdm.gfdm.set_db_symbols(gfdm_db_symbols = 1)

Sets data block size in terms of symbols per data block. The maximum size is the sequence length, see [:SOURce<hw>]:BB:OFDM:SEQLength.

param gfdm_db_symbols

integer Range: 1 to depends on settings