Idcce
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:NIOT: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:NIOT:DCI:ALLoc<CH0>:IDCCe value: int = driver.source.bb.eutra.downlink.niot.dci.alloc.idcce.get(allocationNull = repcap.AllocationNull.Default)
Sets the NCCE start index.
- param allocationNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- return
ncce_index: integer Range: 0 to 1
- set(ncce_index: int, allocationNull=AllocationNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:ALLoc<CH0>:IDCCe driver.source.bb.eutra.downlink.niot.dci.alloc.idcce.set(ncce_index = 1, allocationNull = repcap.AllocationNull.Default)
Sets the NCCE start index.
- param ncce_index
integer Range: 0 to 1
- param allocationNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)