Current

SCPI Command :

FETCh:WLAN:MEASurement<instance>:MEValuation:MODulation:EVMagnitude:CURRent
class CurrentCls[source]

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

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: decimal See ‘Reliability indicator’

  • Evm_All_Users_All: List[float]: No parameter help available

  • Evm_All_Users_Data: List[float]: No parameter help available

  • Evm_All_Users_Pilot: List[float]: No parameter help available

fetch() FetchStruct[source]
# SCPI: FETCh:WLAN:MEASurement<instance>:MEValuation:MODulation:EVMagnitude:CURRent
value: FetchStruct = driver.multiEval.modulation.evMagnitude.current.fetch()

Return the single value results per user for OFDMA SISO measurements. For MIMO measurements, the stream/antenna-independent values are returned. There are current, average, minimum, maximum and standard deviation results.

return:

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