UlIndex

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:ULINdex
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(allocationNull=AllocationNull.Default) int[source]
# [SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:ULINdex
value: int = driver.source.bb.eutra.downlink.emtc.dci.alloc.ulIndex.get(allocationNull = repcap.AllocationNull.Default)

In TDD mode and if UL/DL Configuration 0 is used, sets the DCI field UL index.

Parameters:

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

Returns:

dci_ul_index: integer Range: 0 to 3

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

In TDD mode and if UL/DL Configuration 0 is used, sets the DCI field UL index.

Parameters:
  • dci_ul_index – integer Range: 0 to 3

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