Nref

SCPI Commands :

READ:LTE:MEASurement<Instance>:MEValuation:MERRor:CURRent:NREF
FETCh:LTE:MEASurement<Instance>:MEValuation:MERRor:CURRent:NREF
class NrefCls[source]

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

class ResultData[source]

Response structure. Fields:

  • Reliability: int: No parameter help available

  • Sym_1_L: float: No parameter help available

  • Sym_1_H: float: No parameter help available

  • Sym_2_L: float: No parameter help available

  • Sym_2_H: float: No parameter help available

  • Sym_3_L: float: No parameter help available

  • Sym_3_H: float: No parameter help available

  • Sym_5_L: float: No parameter help available

  • Sym_5_H: float: No parameter help available

  • Sym_6_L: float: No parameter help available

  • Sym_6_H: float: No parameter help available

  • Sym_7_L: float: No parameter help available

  • Sym_7_H: float: No parameter help available

fetch() ResultData[source]
# SCPI: FETCh:LTE:MEASurement<Instance>:MEValuation:MERRor:CURRent:NREF
value: ResultData = driver.lteMeas.multiEval.merror.current.nref.fetch()

No command help available

return:

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

read() ResultData[source]
# SCPI: READ:LTE:MEASurement<Instance>:MEValuation:MERRor:CURRent:NREF
value: ResultData = driver.lteMeas.multiEval.merror.current.nref.read()

No command help available

return:

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