Cell
SCPI Command :
[SOURce<HW>]:BB:V5G:DL:[SUBF<ST0>]:ENCC:XPDCch:EXTC:ITEM<CH0>:CELL
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(subframeNull=SubframeNull.Default, itemNull=ItemNull.Default) int[source]
# [SOURce<HW>]:BB:V5G:DL:[SUBF<ST0>]:ENCC:XPDCch:EXTC:ITEM<CH0>:CELL value: int = driver.source.bb.v5G.downlink.subf.encc.xpdcch.extc.item.cell.get(subframeNull = repcap.SubframeNull.Default, itemNull = repcap.ItemNull.Default)
Determines the component carrier the corresponding DCI is transmitted on.
- Parameters:
subframeNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)
itemNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Item’)
- Returns:
cell_idx: integer Range: 0 to 7
- set(cell_idx: int, subframeNull=SubframeNull.Default, itemNull=ItemNull.Default) None[source]
# [SOURce<HW>]:BB:V5G:DL:[SUBF<ST0>]:ENCC:XPDCch:EXTC:ITEM<CH0>:CELL driver.source.bb.v5G.downlink.subf.encc.xpdcch.extc.item.cell.set(cell_idx = 1, subframeNull = repcap.SubframeNull.Default, itemNull = repcap.ItemNull.Default)
Determines the component carrier the corresponding DCI is transmitted on.
- Parameters:
cell_idx – integer Range: 0 to 7
subframeNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)
itemNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Item’)