Ppuncturing

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:PPUNcturing
class PpuncturingCls[source]

Ppuncturing commands group definition. 3 total commands, 2 Subgroups, 1 group commands

get(frameBlock=FrameBlock.Default) WlannFbPpduPreamblePuncturingBw[source]
# SCPI: [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.

param frameBlock:

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

return:

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]
# SCPI: [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.

param 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.

param frameBlock:

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

Cloning the Group

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

Subgroups