Dci

SCPI Commands :

[SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:AWARound
[SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:NALLoc
class DciCls[source]

Dci commands group definition. 36 total commands, 1 Subgroups, 2 group commands

get_awa_round() bool[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:AWARound
value: bool = driver.source.bb.eutra.downlink.niot.dci.get_awa_round()

If enabled, the NPDSCH allocations are relocated at the beginning of the ARB sequence to ensure a consistent signal.

return

alloc_wrap_around: 1| ON| 0| OFF

get_nalloc() int[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:NALLoc
value: int = driver.source.bb.eutra.downlink.niot.dci.get_nalloc()

Sets the number of configurable DCIs.

return

no_alloc: integer Range: 0 to 100

set_awa_round(alloc_wrap_around: bool) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:AWARound
driver.source.bb.eutra.downlink.niot.dci.set_awa_round(alloc_wrap_around = False)

If enabled, the NPDSCH allocations are relocated at the beginning of the ARB sequence to ensure a consistent signal.

param alloc_wrap_around

1| ON| 0| OFF

set_nalloc(no_alloc: int) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:NALLoc
driver.source.bb.eutra.downlink.niot.dci.set_nalloc(no_alloc = 1)

Sets the number of configurable DCIs.

param no_alloc

integer Range: 0 to 100

Cloning the Group

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

Subgroups