Prbs

SCPI Command :

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

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

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

Sets the number of used physical resource block (PRB) pairs.

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

num_prbs: PRB2| PRB4| PRB8

set(num_prbs: RsSmbv.enums.EutraNumPrbs, userIx=UserIx.Default, cellNull=CellNull.Default, setItem=SetItem.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:EPDCch:CELL<ST0>:SET<DIR>:PRBS
driver.source.bb.eutra.downlink.user.epdcch.cell.set.prbs.set(num_prbs = enums.EutraNumPrbs.PRB2, userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default, setItem = repcap.SetItem.Default)

Sets the number of used physical resource block (PRB) pairs.

param num_prbs

PRB2| PRB4| PRB8

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’)