Mfb
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:MAC:VHTControl:MFB
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(frameBlock=FrameBlock.Default) str[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:MAC:VHTControl:MFB value: str = driver.source.bb.wlnn.fblock.mac.vhtControl.mfb.get(frameBlock = repcap.FrameBlock.Default)
The command sets the MFB subfield. This subfield contains the recommended MFB. The value of MCS=15 and VHT N_STS=7 indicates that no feedback is present. See also Table ‘MFB subfield in the VHT format HT control field’ for definition of the MFB subfield.
- Parameters:
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- Returns:
mfb: integer
- set(mfb: str, frameBlock=FrameBlock.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:MAC:VHTControl:MFB driver.source.bb.wlnn.fblock.mac.vhtControl.mfb.set(mfb = rawAbc, frameBlock = repcap.FrameBlock.Default)
The command sets the MFB subfield. This subfield contains the recommended MFB. The value of MCS=15 and VHT N_STS=7 indicates that no feedback is present. See also Table ‘MFB subfield in the VHT format HT control field’ for definition of the MFB subfield.
- Parameters:
mfb – integer
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)