CbiNonht
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:CBINonht
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(frameBlock=FrameBlock.Default) WlannFbChBwInNonHt[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:CBINonht value: enums.WlannFbChBwInNonHt = driver.source.bb.wlnn.fblock.cbiNonht.get(frameBlock = repcap.FrameBlock.Default)
(Available only for VHT Tx mode) The command is used to modify the first 7 bits of the scrambling sequence to indicate the duplicated bandwidth of the PPDU.
- Parameters:
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- Returns:
cbi_nonht: B20 | B40 | B80 | B160 | OFF B20 | B40 | B80 | B160 Indicates 20 MHz, 40MHz, 80MHz or 160 (80+80) MHz channel bandwidth of the transmitted packet. OFF Channel bandwidth in Non HT is not present. Unit: MHz
- set(cbi_nonht: WlannFbChBwInNonHt, frameBlock=FrameBlock.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:CBINonht driver.source.bb.wlnn.fblock.cbiNonht.set(cbi_nonht = enums.WlannFbChBwInNonHt.B160, frameBlock = repcap.FrameBlock.Default)
(Available only for VHT Tx mode) The command is used to modify the first 7 bits of the scrambling sequence to indicate the duplicated bandwidth of the PPDU.
- Parameters:
cbi_nonht – B20 | B40 | B80 | B160 | OFF B20 | B40 | B80 | B160 Indicates 20 MHz, 40MHz, 80MHz or 160 (80+80) MHz channel bandwidth of the transmitted packet. OFF Channel bandwidth in Non HT is not present. Unit: MHz
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)