Bw
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:PPUNcturing:BW
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(frameBlock=FrameBlock.Default) WlannFbPpduPreamblePuncturingBw[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:PPUNcturing:BW value: enums.WlannFbPpduPreamblePuncturingBw = driver.source.bb.wlnn.fblock.ppuncturing.bw.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: 4 | 5| 6 | 7 4 | 5 Sets the bandwidth mode for HE80 channels. 6 | 7 Sets the bandwidth mode for HE8080 channels.
- set(preamble_punc_bw: WlannFbPpduPreamblePuncturingBw, frameBlock=FrameBlock.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:PPUNcturing:BW driver.source.bb.wlnn.fblock.ppuncturing.bw.set(preamble_punc_bw = enums.WlannFbPpduPreamblePuncturingBw._4, frameBlock = repcap.FrameBlock.Default)
Sets the bandwidth mode of preamble puncturing.
- Parameters:
preamble_punc_bw – 4 | 5| 6 | 7 4 | 5 Sets the bandwidth mode for HE80 channels. 6 | 7 Sets the bandwidth mode for HE8080 channels.
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)