VhtControl

SCPI Command :

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

VhtControl commands group definition. 13 total commands, 12 Subgroups, 1 group commands

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

The command sets the value for the VHT control field.

param frameBlock

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

return

vht_contol: integer Range: #H00000000,32 to #HFFFFFFFF,32

set(vht_contol: str, frameBlock=FrameBlock.Default) None[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:MAC:VHTControl
driver.source.bb.wlnn.fblock.mac.vhtControl.set(vht_contol = rawAbc, frameBlock = repcap.FrameBlock.Default)

The command sets the value for the VHT control field.

param vht_contol

integer Range: #H00000000,32 to #HFFFFFFFF,32

param frameBlock

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.wlnn.fblock.mac.vhtControl.clone()

Subgroups