TrSource

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:PDCCh:DCRegs:TRSource
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(subframeNull=SubframeNull.Default) TranSource[source]
# [SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:PDCCh:DCRegs:TRSource
value: enums.TranSource = 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.

Parameters:

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

Returns:

tran_source: DATA | DTX

set(tran_source: TranSource, subframeNull=SubframeNull.Default) None[source]
# [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.TranSource.DATA, subframeNull = repcap.SubframeNull.Default)

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

Parameters:
  • tran_source – DATA | DTX

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