DaIndex

SCPI Command :

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

DaIndex 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>:DAINdex
value: int = driver.source.bb.eutra.downlink.emtc.dci.alloc.daIndex.get(allocationNull = repcap.AllocationNull.Default)

In TDD mode and if UL/DL Configuration 0 is used, sets the DCI field downlink assignment index (DAI) .

param allocationNull

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

return

dl_assign_index: integer Range: 0 to 3

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

In TDD mode and if UL/DL Configuration 0 is used, sets the DCI field downlink assignment index (DAI) .

param dl_assign_index

integer Range: 0 to 3

param allocationNull

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