Gidh
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:MAC:VHTControl:GIDH
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(frameBlock=FrameBlock.Default) str[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:MAC:VHTControl:GIDH value: str = driver.source.bb.wlnn.fblock.mac.vhtControl.gidh.get(frameBlock = repcap.FrameBlock.Default)
Sets GID-H subfield. If the Unsolicited MFB subfield is set to 1, the GID-H subfield contains the highest 3 bits of Group ID of the PPDU to which the unsolicited MFB refers. Otherwise this subfield is reserved.
- Parameters:
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- Returns:
gidh: integer
- set(gidh: str, frameBlock=FrameBlock.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:MAC:VHTControl:GIDH driver.source.bb.wlnn.fblock.mac.vhtControl.gidh.set(gidh = rawAbc, frameBlock = repcap.FrameBlock.Default)
Sets GID-H subfield. If the Unsolicited MFB subfield is set to 1, the GID-H subfield contains the highest 3 bits of Group ID of the PPDU to which the unsolicited MFB refers. Otherwise this subfield is reserved.
- Parameters:
gidh – integer
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)