Mpdcchset
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:MPDCchset
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(allocationNull=AllocationNull.Default) EutraPdcchTypeEmtc[source]
# [SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:MPDCchset value: enums.EutraPdcchTypeEmtc = driver.source.bb.eutra.downlink.emtc.dci.alloc.mpdcchset.get(allocationNull = repcap.AllocationNull.Default)
Selects the MPDCCH set by which the DCI is carried.
- Parameters:
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- Returns:
dci_mpdcch_set: MPD1 | MPD2
- set(dci_mpdcch_set: EutraPdcchTypeEmtc, allocationNull=AllocationNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:MPDCchset driver.source.bb.eutra.downlink.emtc.dci.alloc.mpdcchset.set(dci_mpdcch_set = enums.EutraPdcchTypeEmtc.MPD1, allocationNull = repcap.AllocationNull.Default)
Selects the MPDCCH set by which the DCI is carried.
- Parameters:
dci_mpdcch_set – MPD1 | MPD2
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)