Btype

SCPI Command :

[SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:CELL<CC(ST0)>:DL:BWP<BWP(DIR0)>:PDSCh:PREC:BTYPe
class BtypeCls[source]

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

get(userNull=UserNull.Default, cellNull=CellNull.Default, bwPartNull=BwPartNull.Default) RsSmbv.enums.PrbBundlingType[source]
# SCPI: [SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:CELL<CC(ST0)>:DL:BWP<BWP(DIR0)>:PDSCh:PREC:BTYPe
value: enums.PrbBundlingType = driver.source.bb.nr5G.ubwp.user.cell.downlink.bwp.pdsch.prec.btype.get(userNull = repcap.UserNull.Default, cellNull = repcap.CellNull.Default, bwPartNull = repcap.BwPartNull.Default)

Indicates the PRB bundle type and bundle sizes. If ‘dynamic’ is chosen, the actual bundle size set to use is indicated via DCI. Only available if ‘Precoding’ is enabled. The PRB bundling type supports the UE to reduce the computational effort to receive the information which PRBs use the same precoding. The UE only has to do channel estimation per PRB bundle not per PRB. Without this information, the UE has to decode all the information itself based on the DMRS.

param userNull

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

param cellNull

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

param bwPartNull

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

return

dl_bwp_prb_bundl_in: NOTC| STATic| DYNamic NOTC Default value, PRB bundling is not configured. STATic PRB bundling is set to static and can be adjusted by the ‘Static Bundle Size’. DYNamic PRB bundling is set to dynamic and can be adjusted by the ‘Bundle Size Set 1’ and ‘Bundle Size Set 2’.

set(dl_bwp_prb_bundl_in: RsSmbv.enums.PrbBundlingType, userNull=UserNull.Default, cellNull=CellNull.Default, bwPartNull=BwPartNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:CELL<CC(ST0)>:DL:BWP<BWP(DIR0)>:PDSCh:PREC:BTYPe
driver.source.bb.nr5G.ubwp.user.cell.downlink.bwp.pdsch.prec.btype.set(dl_bwp_prb_bundl_in = enums.PrbBundlingType.DYNamic, userNull = repcap.UserNull.Default, cellNull = repcap.CellNull.Default, bwPartNull = repcap.BwPartNull.Default)

Indicates the PRB bundle type and bundle sizes. If ‘dynamic’ is chosen, the actual bundle size set to use is indicated via DCI. Only available if ‘Precoding’ is enabled. The PRB bundling type supports the UE to reduce the computational effort to receive the information which PRBs use the same precoding. The UE only has to do channel estimation per PRB bundle not per PRB. Without this information, the UE has to decode all the information itself based on the DMRS.

param dl_bwp_prb_bundl_in

NOTC| STATic| DYNamic NOTC Default value, PRB bundling is not configured. STATic PRB bundling is set to static and can be adjusted by the ‘Static Bundle Size’. DYNamic PRB bundling is set to dynamic and can be adjusted by the ‘Bundle Size Set 1’ and ‘Bundle Size Set 2’.

param userNull

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

param cellNull

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

param bwPartNull

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