Niot
SCPI Commands :
[SOURce<HW>]:BB:EUTRa:DL:NIOT:ID
[SOURce<HW>]:BB:EUTRa:DL:NIOT:NALLoc
[SOURce<HW>]:BB:EUTRa:DL:NIOT:PUNCture
- Commands in total: 96Subgroups: 9Direct child commands: 3
- get_id() int[source]
# [SOURce<HW>]:BB:EUTRa:DL:NIOT:ID value: int = driver.source.bb.eutra.downlink.niot.get_id()
Queries the physical layer identity.
- Returns:
identity: integer Range: 0 to 111
- get_nalloc() int[source]
# [SOURce<HW>]:BB:EUTRa:DL:NIOT:NALLoc value: int = driver.source.bb.eutra.downlink.niot.get_nalloc()
Queries the number of NB-IoT allocations.
- Returns:
nb_iot_nalloc: integer Range: 0 to 42
- get_puncture() bool[source]
# [SOURce<HW>]:BB:EUTRa:DL:NIOT:PUNCture value: bool = driver.source.bb.eutra.downlink.niot.get_puncture()
Punctures the LTE signal at the NB-IoT in-band or guard band carriers.
- Returns:
puncture_inband: 1 | ON | 0| OFF
- set_puncture(puncture_inband: bool) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:NIOT:PUNCture driver.source.bb.eutra.downlink.niot.set_puncture(puncture_inband = False)
Punctures the LTE signal at the NB-IoT in-band or guard band carriers.
- Parameters:
puncture_inband – 1 | ON | 0| OFF
Cloning the Group
# Create a copy of the original group, that exists independently
niot_copy = driver.source.bb.eutra.downlink.niot.clone()
Subgroups