Mcch

SCPI Command :

[SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:RNTI:MCCH
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userNull=UserNull.Default) int[source]
# [SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:RNTI:MCCH
value: int = driver.source.bb.nr5G.ubwp.user.rnti.mcch.get(userNull = repcap.UserNull.Default)

Sets the MCCH-RNTI of the user.

Parameters:

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

set(mcchr_nti: int, userNull=UserNull.Default) None[source]
# [SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:RNTI:MCCH
driver.source.bb.nr5G.ubwp.user.rnti.mcch.set(mcchr_nti = 1, userNull = repcap.UserNull.Default)

Sets the MCCH-RNTI of the user.

Parameters:
  • mcchr_nti – integer For release 17, the MCCH-RNTI has a fix value of 65533. Range: 1 to 65533

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