Mode

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:MODE
class ModeCls[source]

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

get(userEquipment=UserEquipment.Default) RsSmbv.enums.EutraUeMode[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:MODE
value: enums.EutraUeMode = driver.source.bb.eutra.uplink.ue.mode.get(userEquipment = repcap.UserEquipment.Default)

Selects whether the user equipment is in standard or in PRACH mode.

param userEquipment

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

return

mode: STD| PRACh

set(mode: RsSmbv.enums.EutraUeMode, userEquipment=UserEquipment.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:MODE
driver.source.bb.eutra.uplink.ue.mode.set(mode = enums.EutraUeMode.PRACh, userEquipment = repcap.UserEquipment.Default)

Selects whether the user equipment is in standard or in PRACH mode.

param mode

STD| PRACh

param userEquipment

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