Emtc

SCPI Commands :

[SOURce<HW>]:BB:EUTRa:UL:EMTC:NNBands
[SOURce<HW>]:BB:EUTRa:UL:EMTC:NWBands
[SOURce<HW>]:BB:EUTRa:UL:EMTC:RSYMbol
[SOURce<HW>]:BB:EUTRa:UL:EMTC:WBCFg
class EmtcCls[source]

Emtc commands group definition. 5 total commands, 1 Subgroups, 4 group commands

get_nn_bands() int[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:EMTC:NNBands
value: int = driver.source.bb.eutra.uplink.emtc.get_nn_bands()

Queries the number of eMTC narrowbands NRBUL available within the selected channel bandwidth.

return

num_narrowbands: integer Range: 0 to 18

get_nw_bands() int[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:EMTC:NWBands
value: int = driver.source.bb.eutra.uplink.emtc.get_nw_bands()

Queries the number of widebands.

return

num_widebands: integer Range: 0 to 4

get_rsymbol() int[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:EMTC:RSYMbol
value: int = driver.source.bb.eutra.uplink.emtc.get_rsymbol()

Sets the number of retuning symbols.

return

retuning_symbol: integer Range: 0 to 2

get_wbcfg() bool[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:EMTC:WBCFg
value: bool = driver.source.bb.eutra.uplink.emtc.get_wbcfg()

If enabled, the available channel bandwidth is split into eMTC widebands.

return

wb_config: 1| ON| 0| OFF

set_rsymbol(retuning_symbol: int) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:EMTC:RSYMbol
driver.source.bb.eutra.uplink.emtc.set_rsymbol(retuning_symbol = 1)

Sets the number of retuning symbols.

param retuning_symbol

integer Range: 0 to 2

set_wbcfg(wb_config: bool) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:EMTC:WBCFg
driver.source.bb.eutra.uplink.emtc.set_wbcfg(wb_config = False)

If enabled, the available channel bandwidth is split into eMTC widebands.

param wb_config

1| ON| 0| OFF

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.eutra.uplink.emtc.clone()

Subgroups