Mode
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:MODE
- class ModeCls[source]
Mode commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(userEquipment=UserEquipment.Default) RsSmbv.enums.EutraSlMode [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:MODE value: enums.EutraSlMode = driver.source.bb.eutra.uplink.ue.sl.mode.get(userEquipment = repcap.UserEquipment.Default)
Sets the mode of the sidelink communication.
- param userEquipment
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)
- return
mode: COMM| DISC | V2X
- set(mode: RsSmbv.enums.EutraSlMode, userEquipment=UserEquipment.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:MODE driver.source.bb.eutra.uplink.ue.sl.mode.set(mode = enums.EutraSlMode.COMM, userEquipment = repcap.UserEquipment.Default)
Sets the mode of the sidelink communication.
- param mode
COMM| DISC | V2X
- param userEquipment
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)