Ra
SCPI Command :
[SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:RNTI:RA
- class RaCls[source]
Ra 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:RA value: int = driver.source.bb.nr5G.ubwp.user.rnti.ra.get(userNull = repcap.UserNull.Default)
Sets the RA-RNTI of the user. It is used for an identification of the random access response in the downlink and is used during the random access procedure.
- param userNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘User’)
- return
ra_rnti: integer Range: 1 to 65519
- set(ra_rnti: int, userNull=UserNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:RNTI:RA driver.source.bb.nr5G.ubwp.user.rnti.ra.set(ra_rnti = 1, userNull = repcap.UserNull.Default)
Sets the RA-RNTI of the user. It is used for an identification of the random access response in the downlink and is used during the random access procedure.
- param ra_rnti
integer Range: 1 to 65519
- param userNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘User’)