Msgb
SCPI Command :
[SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:RNTI:MSGB
- class MsgbCls[source]
Msgb commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(userNull=UserNull.Default) int [source]
# SCPI: [SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:RNTI:MSGB value: int = driver.source.bb.nr5G.ubwp.user.rnti.msgb.get(userNull = repcap.UserNull.Default)
Sets the MsgB-RNTI of the user. It is a unique UE identification used as an identifier of the RRC connection and for scheduling with a temporary cell.
- param userNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘User’)
- return
msg_br_nti: integer Range: 1 to 65519
- set(msg_br_nti: int, userNull=UserNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:RNTI:MSGB driver.source.bb.nr5G.ubwp.user.rnti.msgb.set(msg_br_nti = 1, userNull = repcap.UserNull.Default)
Sets the MsgB-RNTI of the user. It is a unique UE identification used as an identifier of the RRC connection and for scheduling with a temporary cell.
- param msg_br_nti
integer Range: 1 to 65519
- param userNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘User’)