Mgl

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:MAC:VHTControl:MGL
class MglCls[source]

Mgl 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:MGL
value: List[str] = driver.source.bb.wlnn.fblock.mac.vhtControl.mgl.get(frameBlock = repcap.FrameBlock.Default)

The command determines the information of the MFSI/GID-L subfield. MFB = 0 If the Unsolicited MFB subfield is set to 0, the MFSI/GID-L subfield contains the received value of MSI contained in the frame to which the MFB information refers. MFB = 1 The MFSI/GID-L subfield contains the lowest 3 bits of Group ID of the PPDU to which the unsolicited MFB refers.

param frameBlock

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

return

mfsi_gid_l: integer

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

The command determines the information of the MFSI/GID-L subfield. MFB = 0 If the Unsolicited MFB subfield is set to 0, the MFSI/GID-L subfield contains the received value of MSI contained in the frame to which the MFB information refers. MFB = 1 The MFSI/GID-L subfield contains the lowest 3 bits of Group ID of the PPDU to which the unsolicited MFB refers.

param mfsi_gid_l

integer

param frameBlock

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