HeControl

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:MAC:HEControl
class HeControlCls[source]

HeControl commands group definition. 3 total commands, 2 Subgroups, 1 group commands

get(frameBlock=FrameBlock.Default, userIx=UserIx.Default) List[str][source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:MAC:HEControl
value: List[str] = driver.source.bb.wlnn.fblock.user.mac.heControl.get(frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)

Sets the value with the length of 4 bytes of the HE control field.

param frameBlock

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

param userIx

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

return

he_control: integer

set(he_control: List[str], frameBlock=FrameBlock.Default, userIx=UserIx.Default) None[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:MAC:HEControl
driver.source.bb.wlnn.fblock.user.mac.heControl.set(he_control = ['rawAbc1', 'rawAbc2', 'rawAbc3'], frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)

Sets the value with the length of 4 bytes of the HE control field.

param he_control

integer

param frameBlock

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

param userIx

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

Cloning the Group

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

Subgroups