Bmp

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:NIOT:NPRS:BMP:CONF
class BmpCls[source]

Bmp commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get_conf() RsSmbv.enums.EutraBitmap[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:NIOT:NPRS:BMP:CONF
value: enums.EutraBitmap = driver.source.bb.eutra.downlink.niot.nprs.bmp.get_conf()

Sets if the NPRS subframe Part A configuration lasts 10 ms or 40 ms.

return

nprs_bmp: 10| 40

set_conf(nprs_bmp: RsSmbv.enums.EutraBitmap) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:NIOT:NPRS:BMP:CONF
driver.source.bb.eutra.downlink.niot.nprs.bmp.set_conf(nprs_bmp = enums.EutraBitmap._10)

Sets if the NPRS subframe Part A configuration lasts 10 ms or 40 ms.

param nprs_bmp

10| 40

Cloning the Group

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

Subgroups