State

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:PPUNcturing:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(frameBlock=FrameBlock.Default) bool[source]
# [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.

Parameters:

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

Returns:

preamble_punc: 1 | ON | 0| OFF

set(preamble_punc: bool, frameBlock=FrameBlock.Default) None[source]
# [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.

Parameters:
  • preamble_punc – 1 | ON | 0| OFF

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