RuAllocation

SCPI Command :

FETCh:WLAN:MEASurement<instance>:MEValuation:SINFo:HEB:CHANnel<ch_index>:CFIeld:RUALlocation
class RuAllocationCls[source]

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

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: decimal ‘Reliability indicator’

  • Value_Bin: str: string

  • Value_Dec: int: decimal Range: 0 to 4.294967295E+9

fetch(channel=Channel.Default) FetchStruct[source]
# SCPI: FETCh:WLAN:MEASurement<instance>:MEValuation:SINFo:HEB:CHANnel<ch_index>:CFIeld:RUALlocation
value: FetchStruct = driver.multiEval.sinfo.heb.channel.cfield.ruAllocation.fetch(channel = repcap.Channel.Default)

Queries the value of RU Allocation field signaled for the channel in HE-SIG-B common field for multi user MIMO.

param channel:

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

return:

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