Sitem

SCPI Command :

[SOURce<HW>]:BB:V5G:DL:[SUBF<ST0>]:ENCC:XPDCch:EXTC:SITem
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(subframeNull=SubframeNull.Default) int[source]
# [SOURce<HW>]:BB:V5G:DL:[SUBF<ST0>]:ENCC:XPDCch:EXTC:SITem
value: int = driver.source.bb.v5G.downlink.subf.encc.xpdcch.extc.sitem.get(subframeNull = repcap.SubframeNull.Default)

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

Parameters:

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

Returns:

selected_item: integer Range: 0 to 39

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

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

Parameters:
  • selected_item – integer Range: 0 to 39

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