UeId

SCPI Command :

CONFigure[:LTE]:UL[:CC<cc>]:UEID
class UeIdCls[source]

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

get(carrierComponent=CarrierComponent.Default) float[source]
# SCPI: CONFigure[:LTE]:UL[:CC<cc>]:UEID
value: float = driver.applications.k10Xlte.configure.lte.uplink.cc.ueId.get(carrierComponent = repcap.CarrierComponent.Default)

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

param carrierComponent

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

return

idn: numeric value (integer only) Range: 0 to 65535

set(idn: float, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: CONFigure[:LTE]:UL[:CC<cc>]:UEID
driver.applications.k10Xlte.configure.lte.uplink.cc.ueId.set(idn = 1.0, carrierComponent = repcap.CarrierComponent.Default)

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

param idn

numeric value (integer only) Range: 0 to 65535

param carrierComponent

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