TrSource

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:PDCCh:DCRegs:TRSource
class TrSourceCls[source]

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

get(subframeNull=SubframeNull.Default) RsSmbv.enums.EutraTranSource[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:PDCCh:DCRegs:TRSource
value: enums.EutraTranSource = driver.source.bb.eutra.downlink.subf.encc.pdcch.dcRegs.trSource.get(subframeNull = repcap.SubframeNull.Default)

Sets the behavior of the dummy REGs, i.e. determines whether dummy data or DTX is transmitted.

param subframeNull

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

return

tran_source: DATA| DTX

set(tran_source: RsSmbv.enums.EutraTranSource, subframeNull=SubframeNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:PDCCh:DCRegs:TRSource
driver.source.bb.eutra.downlink.subf.encc.pdcch.dcRegs.trSource.set(tran_source = enums.EutraTranSource.DATA, subframeNull = repcap.SubframeNull.Default)

Sets the behavior of the dummy REGs, i.e. determines whether dummy data or DTX is transmitted.

param tran_source

DATA| DTX

param subframeNull

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