Rba

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:RBA
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>:RBA
value: int = driver.source.bb.eutra.downlink.emtc.dci.alloc.rba.get(allocationNull = repcap.AllocationNull.Default)

Sets the DCI filed resource block assignment.

Parameters:

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

Returns:

dci_rba: integer Range: 0 to depends on the installed options* max = 2047 (R&S SMW-K115) max = 4095 (R&S SMW-K143)

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

Sets the DCI filed resource block assignment.

Parameters:
  • dci_rba – integer Range: 0 to depends on the installed options* max = 2047 (R&S SMW-K115) max = 4095 (R&S SMW-K143)

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