Allocation

SCPI Command :

CONFigure:WLAN:SIGNaling<instance>:PER:DFRame:HEMU:USER<index>:ALLocation
class AllocationCls[source]

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

class AllocationStruct[source]

Response structure. Fields:

  • Ch_20_Index: enums.Ch20Index: CHA1 | CHA2 | CHA3 | CHA4

  • Ru_Index: enums.RuIndex: RU1 | RU2 | RU3 | RU4 | RU5 | RU6 | RU7 | RU8 | RU9

get(user=User.Default) AllocationStruct[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:PER:DFRame:HEMU:USER<index>:ALLocation
value: AllocationStruct = driver.configure.per.dframe.hemu.user.allocation.get(user = repcap.User.Default)

Configures allocations for the user in HE MU PPDU. Maps the user to a resource unit (RU) .

param user:

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

return:

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

set(ch_20_index: Ch20Index, ru_index: RuIndex, user=User.Default) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:PER:DFRame:HEMU:USER<index>:ALLocation
driver.configure.per.dframe.hemu.user.allocation.set(ch_20_index = enums.Ch20Index.CHA1, ru_index = enums.RuIndex.RU1, user = repcap.User.Default)

Configures allocations for the user in HE MU PPDU. Maps the user to a resource unit (RU) .

param ch_20_index:

CHA1 | CHA2 | CHA3 | CHA4

param ru_index:

RU1 | RU2 | RU3 | RU4 | RU5 | RU6 | RU7 | RU8 | RU9

param user:

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