Pattern
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:PAID:PATTern
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(frameBlock=FrameBlock.Default) str[source]
# [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.
- Parameters:
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- Returns:
pattern: 9 bits Range: #H000,9 to #H1FF,9
- set(pattern: str, frameBlock=FrameBlock.Default) None[source]
# [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.
- Parameters:
pattern – 9 bits Range: #H000,9 to #H1FF,9
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)