Rba

SCPI Command :

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

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

Sets the DCI filed resource block assignment.

param allocationNull

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

return

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

set(dci_rba: int, allocationNull=AllocationNull.Default) None[source]
# SCPI: [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.

param dci_rba

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

param allocationNull

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