PdcchType

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:PDCCh:EXTC:ITEM<CH0>:PDCChtype
class PdcchTypeCls[source]

PdcchType commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(subframeNull=SubframeNull.Default, itemNull=ItemNull.Default) RsSmbv.enums.EutraPdcchType[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:PDCCh:EXTC:ITEM<CH0>:PDCChtype
value: enums.EutraPdcchType = driver.source.bb.eutra.downlink.subf.encc.pdcch.extc.item.pdcchType.get(subframeNull = repcap.SubframeNull.Default, itemNull = repcap.ItemNull.Default)

Sets if the DCI is carried by a PDCCH or by an EPDCCH set.

param subframeNull

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

param itemNull

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

return

pdcch_type: PDCCh| EPD1| EPD2 EPD1|EPD2 EPDCCH sets cannot be allocated TDD special subframes, if the combinations listed in Table ‘Combinations of cyclic prefix and TDD special subframe configurations’ apply.

set(pdcch_type: RsSmbv.enums.EutraPdcchType, subframeNull=SubframeNull.Default, itemNull=ItemNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:PDCCh:EXTC:ITEM<CH0>:PDCChtype
driver.source.bb.eutra.downlink.subf.encc.pdcch.extc.item.pdcchType.set(pdcch_type = enums.EutraPdcchType.EPD1, subframeNull = repcap.SubframeNull.Default, itemNull = repcap.ItemNull.Default)

Sets if the DCI is carried by a PDCCH or by an EPDCCH set.

param pdcch_type

PDCCh| EPD1| EPD2 EPD1|EPD2 EPDCCH sets cannot be allocated TDD special subframes, if the combinations listed in Table ‘Combinations of cyclic prefix and TDD special subframe configurations’ apply.

param subframeNull

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

param itemNull

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