Cid

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:CID
class CidCls[source]

Cid 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>:CID
value: int = driver.source.bb.eutra.uplink.ue.cid.get(userEquipment = repcap.UserEquipment.Default)

Sets the UE-specific cell ID.

param userEquipment

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

return

ul_ue_cell_id: integer Range: 0 to 503

set(ul_ue_cell_id: int, userEquipment=UserEquipment.Default) None[source]
# SCPI: [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.

param ul_ue_cell_id

integer Range: 0 to 503

param userEquipment

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