Idcce

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:IDCCe
class IdcceCls[source]

Idcce commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(allocationNull=AllocationNull.Default) int[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:IDCCe
value: int = driver.source.bb.eutra.downlink.emtc.dci.alloc.idcce.get(allocationNull = repcap.AllocationNull.Default)

For UE-specific search space, sets the ECCE start index.

param allocationNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)

return

dci_cce_index: integer Range: 0 to 24

set(dci_cce_index: int, allocationNull=AllocationNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:IDCCe
driver.source.bb.eutra.downlink.emtc.dci.alloc.idcce.set(dci_cce_index = 1, allocationNull = repcap.AllocationNull.Default)

For UE-specific search space, sets the ECCE start index.

param dci_cce_index

integer Range: 0 to 24

param allocationNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)