Gfdm

SCPI Command :

[SOURce<HW>]:BB:OFDM:GFDM:DBSYmbols
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_db_symbols() int[source]
# [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 method RsSmbv.source.bb.ofdm.seq_length() .

Returns:

gfdm_db_symbols: integer Range: 1 to depends on settings

set_db_symbols(gfdm_db_symbols: int) None[source]
# [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 method RsSmbv.source.bb.ofdm.seq_length() .

Parameters:

gfdm_db_symbols – integer Range: 1 to depends on settings