Spcsi

SCPI Command :

[SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:RNTI:SPCSi
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:SPCSi
value: int = driver.source.bb.nr5G.ubwp.user.rnti.spcsi.get(userNull = repcap.UserNull.Default)

Sets the SP-CSI-RNTI of the user. It is a unique UE identification used for semi-persistent CSI reporting on PUSCH.

Parameters:

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

Returns:

sp_csi_rnti: integer Range: 1 to 65519

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

Sets the SP-CSI-RNTI of the user. It is a unique UE identification used for semi-persistent CSI reporting on PUSCH.

Parameters:
  • sp_csi_rnti – integer Range: 1 to 65519

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