NoPdcchs
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:PDCCh:NOPDcchs
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(subframeNull=SubframeNull.Default) int[source]
# [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.
- Parameters:
subframeNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)
- Returns:
pdcch_count: integer Range: 0 to dynamic
- set(pdcch_count: int, subframeNull=SubframeNull.Default) None[source]
# [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.
- Parameters:
pdcch_count – integer Range: 0 to dynamic
subframeNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)