TrSource

SCPI Command :

[SOURce<HW>]:BB:V5G:DL:[SUBF<ST0>]:ENCC:XPDCch:DCRegs:TRSource
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(subframeNull=SubframeNull.Default) TranSource[source]
# [SOURce<HW>]:BB:V5G:DL:[SUBF<ST0>]:ENCC:XPDCch:DCRegs:TRSource
value: enums.TranSource = driver.source.bb.v5G.downlink.subf.encc.xpdcch.dcRegs.trSource.get(subframeNull = repcap.SubframeNull.Default)

Sets the behavior of the dummy xREGs, i.e. determines whether dummy data or DTX is transmitted. Data is specified via method RsSmw.source.bb.v5G.downlink.subf.encc.xpdcch.dcRegs.data.set() .

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:V5G:DL:[SUBF<ST0>]:ENCC:XPDCch:DCRegs:TRSource
driver.source.bb.v5G.downlink.subf.encc.xpdcch.dcRegs.trSource.set(tran_source = enums.TranSource.DATA, subframeNull = repcap.SubframeNull.Default)

Sets the behavior of the dummy xREGs, i.e. determines whether dummy data or DTX is transmitted. Data is specified via method RsSmw.source.bb.v5G.downlink.subf.encc.xpdcch.dcRegs.data.set() .

Parameters:
  • tran_source – DATA | DTX

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