Pattern
SCPI Command :
[SOURce<HW>]:BB:V5G:DL:[SUBF<ST0>]:ENCC:XPDCch:DCRegs:PATTern
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(subframeNull=SubframeNull.Default) str[source]
# [SOURce<HW>]:BB:V5G:DL:[SUBF<ST0>]:ENCC:XPDCch:DCRegs:PATTern value: str = driver.source.bb.v5G.downlink.subf.encc.xpdcch.dcRegs.pattern.get(subframeNull = repcap.SubframeNull.Default)
Sets the bit pattern. The setting is relevant for method
RsSmw.source.bb.v5G.downlink.subf.encc.xpdcch.dcRegs.data.set()PATTern- Parameters:
subframeNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)
- Returns:
pattern: 64 bit
- set(pattern: str, subframeNull=SubframeNull.Default) None[source]
# [SOURce<HW>]:BB:V5G:DL:[SUBF<ST0>]:ENCC:XPDCch:DCRegs:PATTern driver.source.bb.v5G.downlink.subf.encc.xpdcch.dcRegs.pattern.set(pattern = rawAbc, subframeNull = repcap.SubframeNull.Default)
Sets the bit pattern. The setting is relevant for method
RsSmw.source.bb.v5G.downlink.subf.encc.xpdcch.dcRegs.data.set()PATTern- Parameters:
pattern – 64 bit
subframeNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)