Bwind
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:BWINd
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(frameBlock=FrameBlock.Default) WlannFbPpdu320Mtype[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:BWINd value: enums.WlannFbPpdu320Mtype = driver.source.bb.wlnn.fblock.bwind.get(frameBlock = repcap.FrameBlock.Default)
Sets the type of channelization of 320 MHz channels in the BW field of the U-SIG-1 field. The channelization affects two adjacent 160 MHz of a 320 MHz in the 6 GHz band.
- Parameters:
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- Returns:
bw_type: T1_320 | T2_320 T1_320 320MHz-1 channelization with channel center frequency numbers 31, 95 and 159. T2_320 320MHz-2 channelization with channel center frequency numbers 63, 127 and 191.
- set(bw_type: WlannFbPpdu320Mtype, frameBlock=FrameBlock.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:BWINd driver.source.bb.wlnn.fblock.bwind.set(bw_type = enums.WlannFbPpdu320Mtype.T1_320, frameBlock = repcap.FrameBlock.Default)
Sets the type of channelization of 320 MHz channels in the BW field of the U-SIG-1 field. The channelization affects two adjacent 160 MHz of a 320 MHz in the 6 GHz band.
- Parameters:
bw_type – T1_320 | T2_320 T1_320 320MHz-1 channelization with channel center frequency numbers 31, 95 and 159. T2_320 320MHz-2 channelization with channel center frequency numbers 63, 127 and 191.
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)