Niot

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:NIOT:SUBConfig
class NiotCls[source]

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

get_sub_config() RsSmw.enums.EutraNbiotInbandBitmapSfAll[source]
# SCPI: [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.

return

sf_config: N10| N40

set_sub_config(sf_config: RsSmw.enums.EutraNbiotInbandBitmapSfAll) None[source]
# SCPI: [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.

param sf_config

N10| N40

Cloning the Group

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

Subgroups