Sitem

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:PDCCh:EXTC:SITem
class SitemCls[source]

Sitem 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:EXTC:SITem
value: int = driver.source.bb.eutra.downlink.subf.encc.pdcch.extc.sitem.get(subframeNull = repcap.SubframeNull.Default)

Selects an PDCCH item, i.e. a row in the DCI table.

param subframeNull

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

return

selected_item: integer Range: 0 to 39

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

Selects an PDCCH item, i.e. a row in the DCI table.

param selected_item

integer Range: 0 to 39

param subframeNull

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