Cid

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:CID
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userEquipment=UserEquipment.Default) int[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:CID
value: int = driver.source.bb.eutra.uplink.ue.cid.get(userEquipment = repcap.UserEquipment.Default)

Sets the UE-specific cell ID.

Parameters:

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

Returns:

ul_ue_cell_id: integer Range: 0 to 503

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

Sets the UE-specific cell ID.

Parameters:
  • ul_ue_cell_id – integer Range: 0 to 503

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