Pdcch

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:PDCCh
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(allocationNull=AllocationNull.Default) EutraMpdcchFormat[source]
# [SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:PDCCh
value: enums.EutraMpdcchFormat = driver.source.bb.eutra.downlink.emtc.dci.alloc.pdcch.get(allocationNull = repcap.AllocationNull.Default)

Selects one of the five MPDCCH formats

Parameters:

allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)

Returns:

dci_pdcch_fmt: 0 | 1| 2 | 3| 4 | 5 The available values depend on the search space.

set(dci_pdcch_fmt: EutraMpdcchFormat, allocationNull=AllocationNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:PDCCh
driver.source.bb.eutra.downlink.emtc.dci.alloc.pdcch.set(dci_pdcch_fmt = enums.EutraMpdcchFormat._0, allocationNull = repcap.AllocationNull.Default)

Selects one of the five MPDCCH formats

Parameters:
  • dci_pdcch_fmt – 0 | 1| 2 | 3| 4 | 5 The available values depend on the search space.

  • allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)