UeId
SCPI Command :
CONFigure[:LTE]:UL[:CC<cc>]:UEID
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) float[source]
# 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.
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- Returns:
idn: numeric value (integer only) Range: 0 to 65535
- set(idn: float, carrierComponent=CarrierComponent.Default) None[source]
# 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.
- Parameters:
idn – numeric value (integer only) Range: 0 to 65535
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)