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) str [source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:DATA:PATTern value: 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: str, frameBlock=FrameBlock.Default) None [source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:DATA:PATTern driver.source.bb.wlnn.fblock.data.pattern.set(pattern = rawAbc, 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’)