Uec

SCPI Command :

[SOURce<HW>]:BB:ONEWeb:DL:USER<CH>:UEC
class UecCls[source]

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

get(userIx=UserIx.Default) UeCat[source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:DL:USER<CH>:UEC
value: enums.UeCat = driver.source.bb.oneweb.downlink.user.uec.get(userIx = repcap.UserIx.Default)

Sets the UE Category.

param userIx:

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

return:

ue_category: C1| C2| C3| C5| C4

set(ue_category: UeCat, userIx=UserIx.Default) None[source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:DL:USER<CH>:UEC
driver.source.bb.oneweb.downlink.user.uec.set(ue_category = enums.UeCat.C1, userIx = repcap.UserIx.Default)

Sets the UE Category.

param ue_category:

C1| C2| C3| C5| C4

param userIx:

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