TxOp

SCPI Command :

FETCh:WLAN:MEASurement<instance>:MEValuation:SINFo:HESU:TXOP
class TxOpCls[source]

TxOp 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

fetch() FetchStruct[source]
# SCPI: FETCh:WLAN:MEASurement<instance>:MEValuation:SINFo:HESU:TXOP
value: FetchStruct = driver.multiEval.sinfo.hesu.txOp.fetch()

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

return:

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