TrSource

SCPI Command :

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

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

get(subframeNull=SubframeNull.Default) RsSmw.enums.TranSource[source]
# SCPI: [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 [:SOURce<hw>]:BB:V5G:DL[:SUBF<st0>]:ENCC:XPDCch:DCRegs:DATA.

param subframeNull

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

return

tran_source: DATA| DTX

set(tran_source: RsSmw.enums.TranSource, subframeNull=SubframeNull.Default) None[source]
# SCPI: [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 [:SOURce<hw>]:BB:V5G:DL[:SUBF<st0>]:ENCC:XPDCch:DCRegs:DATA.

param tran_source

DATA| DTX

param subframeNull

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