AlsField

SCPI Command :

CONFigure:WLAN:SIGNaling<instance>:PER:DFRame:HEMU:ALSField
class AlsFieldCls[source]

AlsField commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(ch_20_index: Ch20Index) Subfield[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:PER:DFRame:HEMU:ALSField
value: enums.Subfield = driver.configure.per.dframe.hemu.alsField.get(ch_20_index = enums.Ch20Index.CHA1)

Sets 8-bit indices for resource unit (RU) allocation for the selected channel. The <Subfield> parameter specifies the number of RUs, their position and size. Refer to IEEE Std 802.11ax-2021, table 27-26, RU allocation subfield.

param ch_20_index:

CHA1 | CHA2 | CHA3 | CHA4

return:

subfield: A000 | A001 | A002 | A003 | A004 | A005 | A006 | A007 | A008 | A009 | A010 | A011 | A012 | A013 | A014 | A015 | A016 | A024 | A032 | A040 | A048 | A056 | A064 | A072 | A080 | A088 | A096 | A112 | A113 | A114 | A115 | A116 | A120 | A128 | A192 | A200 | A208 | A216 | A224

set(ch_20_index: Ch20Index, subfield: Subfield) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:PER:DFRame:HEMU:ALSField
driver.configure.per.dframe.hemu.alsField.set(ch_20_index = enums.Ch20Index.CHA1, subfield = enums.Subfield.A000)

Sets 8-bit indices for resource unit (RU) allocation for the selected channel. The <Subfield> parameter specifies the number of RUs, their position and size. Refer to IEEE Std 802.11ax-2021, table 27-26, RU allocation subfield.

param ch_20_index:

CHA1 | CHA2 | CHA3 | CHA4

param subfield:

A000 | A001 | A002 | A003 | A004 | A005 | A006 | A007 | A008 | A009 | A010 | A011 | A012 | A013 | A014 | A015 | A016 | A024 | A032 | A040 | A048 | A056 | A064 | A072 | A080 | A088 | A096 | A112 | A113 | A114 | A115 | A116 | A120 | A128 | A192 | A200 | A208 | A216 | A224