Bsame

SCPI Command :

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

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

get(userNull=UserNull.Default, cellNull=CellNull.Default, bwPartNull=BwPartNull.Default) bool[source]
# SCPI: [SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:CELL<CC(ST0)>:DL:BWP<BWP(DIR0)>:PDSCh:DMTA:BSAMe
value: bool = driver.source.bb.nr5G.ubwp.user.cell.downlink.bwp.pdsch.dmta.bsame.get(userNull = repcap.UserNull.Default, cellNull = repcap.CellNull.Default, bwPartNull = repcap.BwPartNull.Default)

Per default, the same configuration applies for DMRS mapping type A and B. Disable ‘Same Settings for Type A and Type B’ to modify the mapping type B settings. Mapping type A and B define the DMRS position in the PDSCH, the starting symbol and length. The UE informs the BS about the mapping type supportability via the UE capability information message.

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

same_dmre_setting: 1| ON| 0| OFF

set(same_dmre_setting: bool, 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:DMTA:BSAMe
driver.source.bb.nr5G.ubwp.user.cell.downlink.bwp.pdsch.dmta.bsame.set(same_dmre_setting = False, userNull = repcap.UserNull.Default, cellNull = repcap.CellNull.Default, bwPartNull = repcap.BwPartNull.Default)

Per default, the same configuration applies for DMRS mapping type A and B. Disable ‘Same Settings for Type A and Type B’ to modify the mapping type B settings. Mapping type A and B define the DMRS position in the PDSCH, the starting symbol and length. The UE informs the BS about the mapping type supportability via the UE capability information message.

param same_dmre_setting

1| ON| 0| OFF

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