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
Commands in total: 107
Subgroups: 5
Direct child commands: 4
get_nalloc() int[source]
# [SOURce<HW>]:BB:EUTRa:DL:EMTC:NALLoc
value: int = driver.source.bb.eutra.downlink.emtc.get_nalloc()

Queries the number of automatically configured allocations.

Returns:

no_alloc: integer Range: 0 to 100

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

Queries the number of narrowbands.

Returns:

num_narrowbands: integer Range: 0 to 18

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

Queries the number of widebands.

Returns:

num_widebands: integer Range: 0 to 4

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

Returns:

wideband_cfg: OFF | BW5_00 | BW20_00

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

Parameters:

wideband_cfg – OFF | BW5_00 | BW20_00

Cloning the Group

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

Subgroups