Info

SCPI Command :

FETCh:WLAN:MEASurement<instance>:MEValuation:OFDMa:INFO
class InfoCls[source]

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

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: decimal ‘Reliability indicator’

  • No_Of_Users: int: decimal No. of users

  • No_Of_Rus: int: decimal No. of resource units

  • Guard_Interval: enums.GuardInterval: SHORt | LONG | GI08 | GI16 | GI32 SHORt, LONG: short or long guard interval (up to 802.11ac) GI08, GI16, GI32: 0.8 μs, 1.6 μs, and 3.2 μs guard interval durations (for 802.11ax)

  • Ltf_Size: enums.LtfSize: LTF1 | LTF2 | LTF4 1x LTF (3.2 μs) , 2x LTF (6.4 μs) , 4x LTF (12.8 μs)

fetch() FetchStruct[source]
# SCPI: FETCh:WLAN:MEASurement<instance>:MEValuation:OFDMa:INFO
value: FetchStruct = driver.multiEval.ofdma.info.fetch()

Queries OFDMA common information.

return:

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