Niot
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:NIOT:SUBConfig
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get_sub_config() EutraNbiotInbandBitmapSfAll[source]
# [SOURce<HW>]:BB:EUTRa:UL:NIOT:SUBConfig value: enums.EutraNbiotInbandBitmapSfAll = driver.source.bb.eutra.uplink.niot.get_sub_config()
Sets the number of subframes in the bitmap.
- Returns:
sf_config: N10 | N40
- set_sub_config(sf_config: EutraNbiotInbandBitmapSfAll) None[source]
# [SOURce<HW>]:BB:EUTRa:UL:NIOT:SUBConfig driver.source.bb.eutra.uplink.niot.set_sub_config(sf_config = enums.EutraNbiotInbandBitmapSfAll.N10)
Sets the number of subframes in the bitmap.
- Parameters:
sf_config – N10 | N40
Cloning the Group
# Create a copy of the original group, that exists independently
niot_copy = driver.source.bb.eutra.uplink.niot.clone()
Subgroups