Celv

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:PRACh:ATT<CH0>:EMTC:CELV
class CelvCls[source]

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

get(userEquipment=UserEquipment.Default, attenuationNull=AttenuationNull.Default) int[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:PRACh:ATT<CH0>:EMTC:CELV
value: int = driver.source.bb.eutra.uplink.ue.prach.att.emtc.celv.get(userEquipment = repcap.UserEquipment.Default, attenuationNull = repcap.AttenuationNull.Default)

Sets the CE level.

param userEquipment

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

param attenuationNull

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

return

ce_level: integer Range: 0 to 3

set(ce_level: int, userEquipment=UserEquipment.Default, attenuationNull=AttenuationNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:PRACh:ATT<CH0>:EMTC:CELV
driver.source.bb.eutra.uplink.ue.prach.att.emtc.celv.set(ce_level = 1, userEquipment = repcap.UserEquipment.Default, attenuationNull = repcap.AttenuationNull.Default)

Sets the CE level.

param ce_level

integer Range: 0 to 3

param userEquipment

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

param attenuationNull

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