Umfb

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:MAC:VHTControl:UMFB
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(frameBlock=FrameBlock.Default) str[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:MAC:VHTControl:UMFB
value: str = driver.source.bb.wlnn.fblock.mac.vhtControl.umfb.get(frameBlock = repcap.FrameBlock.Default)

The command sets the Unsolicited MFB subfield.

Parameters:

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

Returns:

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: str, frameBlock=FrameBlock.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:MAC:VHTControl:UMFB
driver.source.bb.wlnn.fblock.mac.vhtControl.umfb.set(unsolicited_mfb = rawAbc, frameBlock = repcap.FrameBlock.Default)

The command sets the Unsolicited MFB subfield.

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

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