State
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:PPUNcturing:STATe
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(frameBlock=FrameBlock.Default) bool [source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:PPUNcturing:STATe value: bool = driver.source.bb.wlnn.fblock.ppuncturing.state.get(frameBlock = repcap.FrameBlock.Default)
Enables preamble puncturing of the HE MU PPDU in 80 MHz or (80+80) /160 MHz channels.
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- return
preamble_punc: 1| ON| 0| OFF
- set(preamble_punc: bool, frameBlock=FrameBlock.Default) None [source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:PPUNcturing:STATe driver.source.bb.wlnn.fblock.ppuncturing.state.set(preamble_punc = False, frameBlock = repcap.FrameBlock.Default)
Enables preamble puncturing of the HE MU PPDU in 80 MHz or (80+80) /160 MHz channels.
- param preamble_punc
1| ON| 0| OFF
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)