UeMode
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:UEMode
- class UeModeCls[source]
UeMode commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(allocationNull=AllocationNull.Default) UeMode [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:UEMode value: enums.UeMode = driver.source.bb.eutra.downlink.emtc.dci.alloc.ueMode.get(allocationNull = repcap.AllocationNull.Default)
Sets the DCI field mode and defines if the DCI format 6-1A/B is used for PDSCH or PRACH.
- param allocationNull:
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- return:
ue_mode: STD| PRACh
- set(ue_mode: UeMode, allocationNull=AllocationNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:UEMode driver.source.bb.eutra.downlink.emtc.dci.alloc.ueMode.set(ue_mode = enums.UeMode.PRACh, allocationNull = repcap.AllocationNull.Default)
Sets the DCI field mode and defines if the DCI format 6-1A/B is used for PDSCH or PRACH.
- param ue_mode:
STD| PRACh
- param allocationNull:
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)