Dci

SCPI Commands :

[SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:AWARound
[SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:NALLoc
Commands in total: 36
Subgroups: 1
Direct child commands: 2
get_awa_round() bool[source]
# [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.

Returns:

alloc_wrap_around: 1 | ON | 0| OFF

get_nalloc() int[source]
# [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.

Returns:

no_alloc: integer Range: 0 to 100

set_awa_round(alloc_wrap_around: bool) None[source]
# [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.

Parameters:

alloc_wrap_around – 1 | ON | 0| OFF

set_nalloc(no_alloc: int) None[source]
# [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.

Parameters:

no_alloc – integer Range: 0 to 100

Cloning the Group

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

Subgroups