Bsame
SCPI Command :
[SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:CELL<CC(ST0)>:UL:BWP<BWP(DIR0)>:PUSCh: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)>:UL:BWP<BWP(DIR0)>:PUSCh:DMTA:BSAMe value: bool = driver.source.bb.nr5G.ubwp.user.cell.uplink.bwp.pusch.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 PUSCH, the starting symbol and length. The UE informs the BS about the mapping type supportability via the UE capability information message. Before modifying Mapping Type B settings this state has to be deactivated.
- 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_dmrs_setting: 1| ON| 0| OFF
- set(same_dmrs_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)>:UL:BWP<BWP(DIR0)>:PUSCh:DMTA:BSAMe driver.source.bb.nr5G.ubwp.user.cell.uplink.bwp.pusch.dmta.bsame.set(same_dmrs_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 PUSCH, the starting symbol and length. The UE informs the BS about the mapping type supportability via the UE capability information message. Before modifying Mapping Type B settings this state has to be deactivated.
- param same_dmrs_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’)