UeId

SCPI Command :

[SOURce<HW>]:BB:EUTRa:TCW:WS:INTRacell:UE<CH>:UEID
class UeIdCls[source]

UeId commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(userEquipment=UserEquipment.Default) int[source]
# SCPI: [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.

param userEquipment

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

return

intracell_ueid: integer Range: 0 to 65535

set(intracell_ueid: int, userEquipment=UserEquipment.Default) None[source]
# SCPI: [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.

param intracell_ueid

integer Range: 0 to 65535

param userEquipment

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