Current

SCPI Commands :

READ:WLAN:MEASurement<Instance>:MEValuation:MODulation:CMIMo:CURRent
FETCh:WLAN:MEASurement<Instance>:MEValuation:MODulation:CMIMo:CURRent
class CurrentCls[source]

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

class ResultData[source]

Response structure. Fields:

  • Reliability: int: No parameter help available

  • Mcs_Index: int: No parameter help available

  • Nof_Ss: int: No parameter help available

  • No_Of_Sts: int: No parameter help available

  • Payload_Length: int: No parameter help available

  • Evm_All_Carr: float: No parameter help available

  • Evm_Data_Carr: float: No parameter help available

  • Evm_Pilot_Carr: float: No parameter help available

  • Power_Total: float: No parameter help available

  • Power_Total_Peak: float: No parameter help available

  • Power_Sts_1: float: No parameter help available

  • Power_Sts_2: float: No parameter help available

  • Power_Sts_3: float: No parameter help available

  • Power_Sts_4: float: No parameter help available

  • Freq_Error: float: No parameter help available

  • Out_Of_Tol: float: No parameter help available

fetch() ResultData[source]
# SCPI: FETCh:WLAN:MEASurement<Instance>:MEValuation:MODulation:CMIMo:CURRent
value: ResultData = driver.multiEval.modulation.cmimo.current.fetch()

No command help available

return:

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

read() ResultData[source]
# SCPI: READ:WLAN:MEASurement<Instance>:MEValuation:MODulation:CMIMo:CURRent
value: ResultData = driver.multiEval.modulation.cmimo.current.read()

No command help available

return:

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