Pattern
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:PAID: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>:PAID:PATTern value: str = driver.source.bb.wlnn.fblock.paid.pattern.get(frameBlock = repcap.FrameBlock.Default)
(avaliable only for VHT Tx mode) The command provides an abbreviated indication of the intended recipient(s) of the frame.
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- return
pattern: 9 bits Range: #H000,9 to #H1FF,9
- set(pattern: str, frameBlock=FrameBlock.Default) None [source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:PAID:PATTern driver.source.bb.wlnn.fblock.paid.pattern.set(pattern = rawAbc, frameBlock = repcap.FrameBlock.Default)
(avaliable only for VHT Tx mode) The command provides an abbreviated indication of the intended recipient(s) of the frame.
- param pattern
9 bits Range: #H000,9 to #H1FF,9
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)