Mode

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:NIOT:MODE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userEquipment=UserEquipment.Default) IdEutraNbiotMode[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:NIOT:MODE
value: enums.IdEutraNbiotMode = driver.source.bb.eutra.uplink.ue.niot.mode.get(userEquipment = repcap.UserEquipment.Default)

Selects the operating mode.

Parameters:

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

Returns:

mode: INBD | ALON | GBD

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

Selects the operating mode.

Parameters:
  • mode – INBD | ALON | GBD

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