Ppuncturing

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:PPUNcturing
Commands in total: 3
Subgroups: 2
Direct child commands: 1
get(frameBlock=FrameBlock.Default) WlannFbPpduPreamblePuncturingBw[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:PPUNcturing
value: enums.WlannFbPpduPreamblePuncturingBw = driver.source.bb.wlnn.fblock.ppuncturing.get(frameBlock = repcap.FrameBlock.Default)

Sets the bandwidth mode of preamble puncturing.

Parameters:

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

Returns:

preamble_punc_bw: BW4 | BW5 | BW6 | BW7 BW4 | BW5 Sets the bandwidth mode for HE80 channels. BW6 | BW7 Sets the bandwidth mode for HE8080 channels.

set(preamble_punc_bw: WlannFbPpduPreamblePuncturingBw, frameBlock=FrameBlock.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:PPUNcturing
driver.source.bb.wlnn.fblock.ppuncturing.set(preamble_punc_bw = enums.WlannFbPpduPreamblePuncturingBw.BW4, frameBlock = repcap.FrameBlock.Default)

Sets the bandwidth mode of preamble puncturing.

Parameters:
  • preamble_punc_bw – BW4 | BW5 | BW6 | BW7 BW4 | BW5 Sets the bandwidth mode for HE80 channels. BW6 | BW7 Sets the bandwidth mode for HE8080 channels.

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

Cloning the Group

# Create a copy of the original group, that exists independently
ppuncturing_copy = driver.source.bb.wlnn.fblock.ppuncturing.clone()

Subgroups