Append

SCPI Command :

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

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

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

Adds a new row at the end of the DCI table.

param subframeNull

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

set_with_opc(subframeNull=SubframeNull.Default, opc_timeout_ms: int = - 1) None[source]