TpcInstr

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:PDCCh:EXTC:ITEM<CH0>:DCIConf:TPCinstr
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(subframeNull=SubframeNull.Default, itemNull=ItemNull.Default) str[source]
# [SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:PDCCh:EXTC:ITEM<CH0>:DCIConf:TPCinstr
value: 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.

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:

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

set(tpc_command: str, subframeNull=SubframeNull.Default, itemNull=ItemNull.Default) None[source]
# [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 = rawAbc, subframeNull = repcap.SubframeNull.Default, itemNull = repcap.ItemNull.Default)

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

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

  • 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’)