RuAllocation

SCPI Command :

CONFigure:WLAN:SIGNaling<instance>:PER:DFRame:HEMU:RUALlocation
class RuAllocationCls[source]

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

class GetStruct[source]

Response structure. Fields:

  • Alloc_State: enums.RuAlloc: OFF | USR1 | DMY1 | DMY2 | DMY3 User mapping for to the selected RU

  • Size: enums.AllocSize: T26 | T52 | T106 | T242 | T484 | T996 | T2X9 RU size: 26-, 52-, 106-, 242-, 484, 996-tone RU, 2x996-tone RU

get(ch_20_index: Ch20Index, ru_index: RuIndex) GetStruct[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:PER:DFRame:HEMU:RUALlocation
value: GetStruct = driver.configure.per.dframe.hemu.ruAllocation.get(ch_20_index = enums.Ch20Index.CHA1, ru_index = enums.RuIndex.RU1)

Configures allocations for specified channel and resource unit (RU) . Maps a user to the RU, sets the size of allocation.

param ch_20_index:

CHA1 | CHA2 | CHA3 | CHA4

param ru_index:

RU1 | RU2 | RU3 | RU4 | RU5 | RU6 | RU7 | RU8 | RU9 Resource unit selection

return:

structure: for return value, see the help for GetStruct structure arguments.

set(ch_20_index: Ch20Index, ru_index: RuIndex, alloc_state: RuAlloc) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:PER:DFRame:HEMU:RUALlocation
driver.configure.per.dframe.hemu.ruAllocation.set(ch_20_index = enums.Ch20Index.CHA1, ru_index = enums.RuIndex.RU1, alloc_state = enums.RuAlloc.DMY1)

Configures allocations for specified channel and resource unit (RU) . Maps a user to the RU, sets the size of allocation.

param ch_20_index:

CHA1 | CHA2 | CHA3 | CHA4

param ru_index:

RU1 | RU2 | RU3 | RU4 | RU5 | RU6 | RU7 | RU8 | RU9 Resource unit selection

param alloc_state:

OFF | USR1 | DMY1 | DMY2 | DMY3 User mapping for to the selected RU