Mcsc
SCPI Command :
[SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:RNTI:MCSC
- class McscCls[source]
Mcsc 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:MCSC value: int = driver.source.bb.nr5G.ubwp.user.rnti.mcsc.get(userNull = repcap.UserNull.Default)
Sets the MCS-C-RNTI of the user. It is a unique UE identification used for modulation coding scheme in the downlink.
- param userNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘User’)
- return
mcsc_rnti: integer Range: 1 to 65522
- set(mcsc_rnti: int, userNull=UserNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:RNTI:MCSC driver.source.bb.nr5G.ubwp.user.rnti.mcsc.set(mcsc_rnti = 1, userNull = repcap.UserNull.Default)
Sets the MCS-C-RNTI of the user. It is a unique UE identification used for modulation coding scheme in the downlink.
- param mcsc_rnti
integer Range: 1 to 65522
- param userNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘User’)