Nref
SCPI Commands :
READ:LTE:MEASurement<Instance>:MEValuation:EVMagnitude:AVERage:NREF
FETCh:LTE:MEASurement<Instance>:MEValuation:EVMagnitude:AVERage:NREF
- class NrefCls[source]
Nref commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- class ResultData[source]
Response structure. Fields:
1 Reliability: int: No parameter help available
2 Sym_1_L: float: No parameter help available
3 Sym_1_H: float: No parameter help available
4 Sym_2_L: float: No parameter help available
5 Sym_2_H: float: No parameter help available
6 Sym_3_L: float: No parameter help available
7 Sym_3_H: float: No parameter help available
8 Sym_5_L: float: No parameter help available
9 Sym_5_H: float: No parameter help available
10 Sym_6_L: float: No parameter help available
11 Sym_6_H: float: No parameter help available
12 Sym_7_L: float: No parameter help available
13 Sym_7_H: float: No parameter help available
- fetch() ResultData[source]
FETCh:LTE:MEASurement<Instance>:MEValuation:EVMagnitude:AVERage:NREF
Snippet: value: ResultData = driver.lteMeas.multiEval.evMagnitude.average.nref.fetch()
No command help available
- return:
structure: for return value, see the help for ResultData structure arguments.
- read() ResultData[source]
READ:LTE:MEASurement<Instance>:MEValuation:EVMagnitude:AVERage:NREF
Snippet: value: ResultData = driver.lteMeas.multiEval.evMagnitude.average.nref.read()
No command help available
- return:
structure: for return value, see the help for ResultData structure arguments.