Prbs
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:EPDCch:CELL<ST0>:SET<DIR>:PRBS
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(userIx=UserIx.Default, cellNull=CellNull.Default, setItem=SetItem.Default) NumPrbs[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:EPDCch:CELL<ST0>:SET<DIR>:PRBS value: enums.NumPrbs = 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.
- Parameters:
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
setItem – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Set’)
- Returns:
num_prbs: PRB2 | PRB4 | PRB8
- set(num_prbs: NumPrbs, userIx=UserIx.Default, cellNull=CellNull.Default, setItem=SetItem.Default) None[source]
# [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.NumPrbs.PRB2, userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default, setItem = repcap.SetItem.Default)
Sets the number of used physical resource block (PRB) pairs.
- Parameters:
num_prbs – PRB2 | PRB4 | PRB8
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
setItem – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Set’)