Tail

SCPI Command :

FETCh:WLAN:MEASurement<instance>:MEValuation:SINFo:HEMU:TAIL
class TailCls[source]

Tail 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 127

  • Check: bool: ON | OFF | 1 | 0 Indicates passed or failed check verdict

fetch() FetchStruct[source]
# SCPI: FETCh:WLAN:MEASurement<instance>:MEValuation:SINFo:HEMU:TAIL
value: FetchStruct = driver.multiEval.sinfo.hemu.tail.fetch()

Queries the value of Tail field signaled in HE signal field for multi user MIMO (HE-SIG-A) .

return:

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