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
Commands in total: 5
Subgroups: 1
Direct child commands: 4
get_nn_bands() int[source]
# [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.

Returns:

num_narrowbands: integer Range: 0 to 18

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

Queries the number of widebands.

Returns:

num_widebands: integer Range: 0 to 4

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

Sets the number of retuning symbols.

Returns:

retuning_symbol: integer Range: 0 to 2

get_wbcfg() bool[source]
# [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.

Returns:

wb_config: 1 | ON | 0| OFF

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

Sets the number of retuning symbols.

Parameters:

retuning_symbol – integer Range: 0 to 2

set_wbcfg(wb_config: bool) None[source]
# [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.

Parameters:

wb_config – 1 | ON | 0| OFF

Cloning the Group

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

Subgroups