Id

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:ID
class IdCls[source]

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

get(userEquipment=UserEquipment.Default) int[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:ID
value: int = driver.source.bb.eutra.uplink.ue.id.get(userEquipment = repcap.UserEquipment.Default)

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

param userEquipment

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

return

idn: integer Range: 0 to 65535

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

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

param idn

integer Range: 0 to 65535

param userEquipment

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