Emtc

SCPI Commands :

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

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

get_nalloc() int[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:EMTC:NALLoc
value: int = driver.source.bb.eutra.downlink.emtc.get_nalloc()

Queries the number of automatically configured allocations.

return

no_alloc: integer Range: 0 to 100

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

Queries the number of narrowbands.

return

num_narrowbands: integer Range: 0 to 18

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

Queries the number of widebands.

return

num_widebands: integer Range: 0 to 4

get_wbcfg() RsSmbv.enums.EutraEmtcPdschWideband[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:EMTC:WBCFg
value: enums.EutraEmtcPdschWideband = driver.source.bb.eutra.downlink.emtc.get_wbcfg()

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

return

wideband_cfg: OFF| BW5_00| BW20_00

set_wbcfg(wideband_cfg: RsSmbv.enums.EutraEmtcPdschWideband) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:EMTC:WBCFg
driver.source.bb.eutra.downlink.emtc.set_wbcfg(wideband_cfg = enums.EutraEmtcPdschWideband.BW20_00)

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

param wideband_cfg

OFF| BW5_00| BW20_00

Cloning the Group

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

Subgroups