UeId

SCPI Command :

CONFigure[:LTE]:DL[:CC<cc>]:SUBFrame<sf>:ALLoc<al>:UEID
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default, subframe=Subframe.Default, allocation=Allocation.Default) float[source]
# CONFigure[:LTE]:DL[:CC<cc>]:SUBFrame<sf>:ALLoc<al>:UEID
value: float = driver.applications.k10Xlte.configure.lte.downlink.cc.subframe.alloc.ueId.get(carrierComponent = repcap.CarrierComponent.Default, subframe = repcap.Subframe.Default, allocation = repcap.Allocation.Default)

Defines the ID or N_RNTI.

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

  • subframe – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subframe’)

  • allocation – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)

Returns:

idn: ID of the user equipment.

set(idn: float, carrierComponent=CarrierComponent.Default, subframe=Subframe.Default, allocation=Allocation.Default) None[source]
# CONFigure[:LTE]:DL[:CC<cc>]:SUBFrame<sf>:ALLoc<al>:UEID
driver.applications.k10Xlte.configure.lte.downlink.cc.subframe.alloc.ueId.set(idn = 1.0, carrierComponent = repcap.CarrierComponent.Default, subframe = repcap.Subframe.Default, allocation = repcap.Allocation.Default)

Defines the ID or N_RNTI.

Parameters:
  • idn – ID of the user equipment.

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

  • subframe – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subframe’)

  • allocation – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)