Data
SCPI Command :
[SOURce<HW>]:BB:V5G:DL:[SUBF<ST0>]:ENCC:XPDCch:DCRegs:DATA
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(subframeNull=SubframeNull.Default) DataSourceA[source]
# [SOURce<HW>]:BB:V5G:DL:[SUBF<ST0>]:ENCC:XPDCch:DCRegs:DATA value: enums.DataSourceA = driver.source.bb.v5G.downlink.subf.encc.xpdcch.dcRegs.data.get(subframeNull = repcap.SubframeNull.Default)
Selects the data source for xPDCCH.
- Parameters:
subframeNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)
- Returns:
data: PN9 | PN11 | PN15 | PN16 | PN20 | PN21 | PN23 | PATTern | DLISt | ZERO | ONE PNxx Pseudo-random bit sequences (PRBS) of a length of xx bits. The length in bit can be 9, 11, 15, 16, 20, 21, or 23. PATTern User-defined pattern. The pattern can be specified via: method
RsSmw.source.bb.v5G.downlink.subf.encc.xpdcch.dcRegs.pattern.set()DLISt Internal data list is used. The data list can be specified via: methodRsSmw.source.bb.v5G.downlink.subf.encc.xpdcch.dcRegs.dselect.set()ZERO | ONE Internal 0 or 1 data is used.
- set(data: DataSourceA, subframeNull=SubframeNull.Default) None[source]
# [SOURce<HW>]:BB:V5G:DL:[SUBF<ST0>]:ENCC:XPDCch:DCRegs:DATA driver.source.bb.v5G.downlink.subf.encc.xpdcch.dcRegs.data.set(data = enums.DataSourceA.DLISt, subframeNull = repcap.SubframeNull.Default)
Selects the data source for xPDCCH.
- Parameters:
data – PN9 | PN11 | PN15 | PN16 | PN20 | PN21 | PN23 | PATTern | DLISt | ZERO | ONE PNxx Pseudo-random bit sequences (PRBS) of a length of xx bits. The length in bit can be 9, 11, 15, 16, 20, 21, or 23. PATTern User-defined pattern. The pattern can be specified via: method
RsSmw.source.bb.v5G.downlink.subf.encc.xpdcch.dcRegs.pattern.set()DLISt Internal data list is used. The data list can be specified via: methodRsSmw.source.bb.v5G.downlink.subf.encc.xpdcch.dcRegs.dselect.set()ZERO | ONE Internal 0 or 1 data is used.subframeNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)