Bmp
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:NIOT:NPRS:BMP:CONF
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get_conf() EutraBitmap[source]
# [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.
- Returns:
nprs_bmp: 10 | 40
- set_conf(nprs_bmp: EutraBitmap) None[source]
# [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.
- Parameters:
nprs_bmp – 10 | 40
Cloning the Group
# Create a copy of the original group, that exists independently
bmp_copy = driver.source.bb.eutra.downlink.niot.nprs.bmp.clone()
Subgroups