UeMode
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:UEMode
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(allocationNull=AllocationNull.Default) UeMode[source]
# [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.
- Parameters:
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- Returns:
ue_mode: STD | PRACh
- set(ue_mode: UeMode, allocationNull=AllocationNull.Default) None[source]
# [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.
- Parameters:
ue_mode – STD | PRACh
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)