HeControl

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:MAC:HEControl
Commands in total: 4
Subgroups: 3
Direct child commands: 1
get(frameBlock=FrameBlock.Default, userIx=UserIx.Default) str[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:MAC:HEControl
value: 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.

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

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

Returns:

he_control: integer

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

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

Parameters:
  • he_control – integer

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

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

Cloning the Group

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

Subgroups