UeId

SCPI Command :

[SOURce<HW>]:BB:EUTRa:TCW:WS:INTRacell:UE<CH>:UEID
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userEquipment=UserEquipment.Default) int[source]
# [SOURce<HW>]:BB:EUTRa:TCW:WS:INTRacell:UE<CH>:UEID
value: int = driver.source.bb.eutra.tcw.ws.intracell.ue.ueId.get(userEquipment = repcap.UserEquipment.Default)

Sets the intra cell UE ID/n_RNTI for the wanted signal UE.

Parameters:

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

Returns:

intracell_ueid: integer Range: 0 to 65535

set(intracell_ueid: int, userEquipment=UserEquipment.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:TCW:WS:INTRacell:UE<CH>:UEID
driver.source.bb.eutra.tcw.ws.intracell.ue.ueId.set(intracell_ueid = 1, userEquipment = repcap.UserEquipment.Default)

Sets the intra cell UE ID/n_RNTI for the wanted signal UE.

Parameters:
  • intracell_ueid – integer Range: 0 to 65535

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