Mfb

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:MAC:VHTControl:MFB
class MfbCls[source]

Mfb commands group definition. 1 total commands, 0 Subgroups, 1 group commands

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

param frameBlock:

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

return:

mfb: integer

set(mfb: str, frameBlock=FrameBlock.Default) None[source]
# SCPI: [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.

param mfb:

integer

param frameBlock:

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