Uec
SCPI Command :
[SOURce<HW>]:BB:ONEWeb:DL:USER<CH>:UEC
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(userIx=UserIx.Default) UeCat[source]
# [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.
- Parameters:
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- Returns:
ue_category: C1 | C2 | C3 | C5 | C4
- set(ue_category: UeCat, userIx=UserIx.Default) None[source]
# [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.
- Parameters:
ue_category – C1 | C2 | C3 | C5 | C4
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)