Mcs

SCPI Command :

FETCh:WLAN:MEASurement<instance>:MEValuation:SINFo:HEB:CHANnel<ch_index>:UFIeld<usr_index>:MCS
class McsCls[source]

Mcs 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 2047

fetch(channel=Channel.Default, userIx=UserIx.Default) FetchStruct[source]
# SCPI: FETCh:WLAN:MEASurement<instance>:MEValuation:SINFo:HEB:CHANnel<ch_index>:UFIeld<usr_index>:MCS
value: FetchStruct = driver.multiEval.sinfo.heb.channel.ufield.mcs.fetch(channel = repcap.Channel.Default, userIx = repcap.UserIx.Default)

Queries the value of MCS field signaled for the channel and user in HE-SIG-B user-specific field for MIMO.

param channel:

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

param userIx:

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

return:

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