NoPdcchs

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:PDCCh:NOPDcchs
class NoPdcchsCls[source]

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

get(subframeNull=SubframeNull.Default) int[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:PDCCh:NOPDcchs
value: int = driver.source.bb.eutra.downlink.subf.encc.pdcch.noPdcchs.get(subframeNull = repcap.SubframeNull.Default)

Sets the number of PDCCHs to be transmitted.

param subframeNull

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

return

pdcch_count: integer Range: 0 to dynamic

set(pdcch_count: int, subframeNull=SubframeNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:PDCCh:NOPDcchs
driver.source.bb.eutra.downlink.subf.encc.pdcch.noPdcchs.set(pdcch_count = 1, subframeNull = repcap.SubframeNull.Default)

Sets the number of PDCCHs to be transmitted.

param pdcch_count

integer Range: 0 to dynamic

param subframeNull

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