Pattern

SCPI Command :

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

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

get(subframeNull=SubframeNull.Default) List[str][source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:[SUBF<ST0>]:ENCC:XPDCch:DCRegs:PATTern
value: List[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 [:SOURce<hw>]:BB:V5G:DL[:SUBF<st0>]:ENCC:XPDCch:DCRegs:DATAPATTern

param subframeNull

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

return

pattern: 64 bit

set(pattern: List[str], subframeNull=SubframeNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:[SUBF<ST0>]:ENCC:XPDCch:DCRegs:PATTern
driver.source.bb.v5G.downlink.subf.encc.xpdcch.dcRegs.pattern.set(pattern = ['rawAbc1', 'rawAbc2', 'rawAbc3'], subframeNull = repcap.SubframeNull.Default)

Sets the bit pattern. The setting is relevant for [:SOURce<hw>]:BB:V5G:DL[:SUBF<st0>]:ENCC:XPDCch:DCRegs:DATAPATTern

param pattern

64 bit

param subframeNull

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