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