Pattern

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:DATA:PATTern
class PatternCls[source]

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

get(frameBlock=FrameBlock.Default) List[str][source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:DATA:PATTern
value: List[str] = driver.source.bb.wlnn.fblock.data.pattern.get(frameBlock = repcap.FrameBlock.Default)

Determines the bit pattern for the PATTern selection. The maximum length is 64 bits.

param frameBlock

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

return

pattern: 64 bits

set(pattern: List[str], frameBlock=FrameBlock.Default) None[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:DATA:PATTern
driver.source.bb.wlnn.fblock.data.pattern.set(pattern = ['rawAbc1', 'rawAbc2', 'rawAbc3'], frameBlock = repcap.FrameBlock.Default)

Determines the bit pattern for the PATTern selection. The maximum length is 64 bits.

param pattern

64 bits

param frameBlock

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