TpcInstr

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:PDCCh:EXTC:ITEM<CH0>:DCIConf:TPCinstr
class TpcInstrCls[source]

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

get(subframeNull=SubframeNull.Default, itemNull=ItemNull.Default) List[str][source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:PDCCh:EXTC:ITEM<CH0>:DCIConf:TPCinstr
value: List[str] = driver.source.bb.eutra.downlink.subf.encc.pdcch.extc.item.dciConf.tpcInstr.get(subframeNull = repcap.SubframeNull.Default, itemNull = repcap.ItemNull.Default)

Sets the DCI Format 3/3A field TPC Command.

param subframeNull

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

param itemNull

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

return

tpc_command: bit pattern The bit pattern length depends on the selected channel bandwidth and is automatically adjusted

set(tpc_command: List[str], subframeNull=SubframeNull.Default, itemNull=ItemNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:PDCCh:EXTC:ITEM<CH0>:DCIConf:TPCinstr
driver.source.bb.eutra.downlink.subf.encc.pdcch.extc.item.dciConf.tpcInstr.set(tpc_command = ['rawAbc1', 'rawAbc2', 'rawAbc3'], subframeNull = repcap.SubframeNull.Default, itemNull = repcap.ItemNull.Default)

Sets the DCI Format 3/3A field TPC Command.

param tpc_command

bit pattern The bit pattern length depends on the selected channel bandwidth and is automatically adjusted

param subframeNull

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

param itemNull

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