Iru

SCPI Command :

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

Sets the DCI field resource assignment field of NPUSCH (IRU) .

Parameters:

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

Returns:

dci_iru: integer Range: 0 to 7

set(dci_iru: int, allocationNull=AllocationNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:ALLoc<CH0>:IRU
driver.source.bb.eutra.downlink.niot.dci.alloc.iru.set(dci_iru = 1, allocationNull = repcap.AllocationNull.Default)

Sets the DCI field resource assignment field of NPUSCH (IRU) .

Parameters:
  • dci_iru – integer Range: 0 to 7

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