Id

SCPI Command :

[SOURce<HW>]:BB:V5G:UL:UE<ST>:ID
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userEquipment=UserEquipment.Default) int[source]
# [SOURce<HW>]:BB:V5G:UL:UE<ST>:ID
value: int = driver.source.bb.v5G.uplink.ue.id.get(userEquipment = repcap.UserEquipment.Default)

Sets the radio network temporary identifier (RNTI) of the UE.

Parameters:

userEquipment – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)

Returns:

idn: integer Range: 0 to 65535

set(idn: int, userEquipment=UserEquipment.Default) None[source]
# [SOURce<HW>]:BB:V5G:UL:UE<ST>:ID
driver.source.bb.v5G.uplink.ue.id.set(idn = 1, userEquipment = repcap.UserEquipment.Default)

Sets the radio network temporary identifier (RNTI) of the UE.

Parameters:
  • idn – integer Range: 0 to 65535

  • userEquipment – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)