Rba

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:EPDCch:CELL<ST0>:SET<DIR>:RBA
class RbaCls[source]

Rba commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(userIx=UserIx.Default, cellNull=CellNull.Default, setItem=SetItem.Default) int[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:EPDCch:CELL<ST0>:SET<DIR>:RBA
value: int = driver.source.bb.eutra.downlink.user.epdcch.cell.set.rba.get(userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default, setItem = repcap.SetItem.Default)

Defines the resource blocks used for the EPDCCH transmission.

param userIx

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

param cellNull

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

param setItem

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

return

rba: integer Range: 0 to 1000

set(rba: int, userIx=UserIx.Default, cellNull=CellNull.Default, setItem=SetItem.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:EPDCch:CELL<ST0>:SET<DIR>:RBA
driver.source.bb.eutra.downlink.user.epdcch.cell.set.rba.set(rba = 1, userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default, setItem = repcap.SetItem.Default)

Defines the resource blocks used for the EPDCCH transmission.

param rba

integer Range: 0 to 1000

param userIx

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

param cellNull

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

param setItem

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