StandardDev

SCPI Command :

FETCh:WLAN:MEASurement<instance>:MEValuation:MODulation:EVMagnitude:USER<user>:SDEViation
class StandardDevCls[source]

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

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: decimal See ‘Reliability indicator’

  • Evm_Vs_User_All: float: No parameter help available

  • Evm_Vs_User_Data: float: No parameter help available

  • Evm_Vs_User_Pilot: float: No parameter help available

fetch(user=User.Default) FetchStruct[source]
# SCPI: FETCh:WLAN:MEASurement<instance>:MEValuation:MODulation:EVMagnitude:USER<user>:SDEViation
value: FetchStruct = driver.multiEval.modulation.evMagnitude.user.standardDev.fetch(user = repcap.User.Default)

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

param user:

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

return:

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