Umfb

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:MAC:VHTControl:UMFB
class UmfbCls[source]

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

get(frameBlock=FrameBlock.Default) List[str][source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:MAC:VHTControl:UMFB
value: List[str] = driver.source.bb.wlnn.fblock.mac.vhtControl.umfb.get(frameBlock = repcap.FrameBlock.Default)

The command sets the Unsolicited MFB subfield.

param frameBlock

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

return

unsolicited_mfb: integer 0 if the MFB is a response to an MRQ. 1 if the MFB is not a response to an MRQ.

set(unsolicited_mfb: List[str], frameBlock=FrameBlock.Default) None[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:MAC:VHTControl:UMFB
driver.source.bb.wlnn.fblock.mac.vhtControl.umfb.set(unsolicited_mfb = ['rawAbc1', 'rawAbc2', 'rawAbc3'], frameBlock = repcap.FrameBlock.Default)

The command sets the Unsolicited MFB subfield.

param unsolicited_mfb

integer 0 if the MFB is a response to an MRQ. 1 if the MFB is not a response to an MRQ.

param frameBlock

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