State

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:OCID:STATe
class StateCls[source]

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

get(userEquipment=UserEquipment.Default) bool[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:OCID:STATe
value: bool = driver.source.bb.eutra.uplink.ue.ocid.state.get(userEquipment = repcap.UserEquipment.Default)

if enabled, you can set an user-defined cell ID for the selected user.

param userEquipment

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

return

override_cell_id: 1| ON| 0| OFF

set(override_cell_id: bool, userEquipment=UserEquipment.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:OCID:STATe
driver.source.bb.eutra.uplink.ue.ocid.state.set(override_cell_id = False, userEquipment = repcap.UserEquipment.Default)

if enabled, you can set an user-defined cell ID for the selected user.

param override_cell_id

1| ON| 0| OFF

param userEquipment

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