Average
SCPI Commands :
READ:LTE:MEASurement<Instance>:MEValuation:ESFLatness:AVERage
FETCh:LTE:MEASurement<Instance>:MEValuation:ESFLatness:AVERage
CALCulate:LTE:MEASurement<Instance>:MEValuation:ESFLatness:AVERage
- class AverageCls[source]
Average commands group definition. 3 total commands, 0 Subgroups, 3 group commands
- class CalculateStruct[source]
Response structure. Fields:
1 Reliability: int: decimal ‘Reliability indicator’
2 Out_Of_Tolerance: int: decimal Out of tolerance result, i.e. the percentage of measurement intervals of the statistic count for modulation measurements exceeding the specified modulation limits. Unit: %
3 Ripple_1: float | bool: Limit check result for max (range 1) - min (range 1) .
4 Ripple_2: float | bool: Limit check result for max (range 2) - min (range 2) .
5 Max_R_1_Min_R_2: float | bool: Limit check result for max (range 1) - min (range 2) .
6 Max_R_2_Min_R_1: float | bool: Limit check result for max (range 2) - min (range 1) .
- class ResultData[source]
Response structure. Fields:
1 Reliability: int: decimal ‘Reliability indicator’
2 Out_Of_Tolerance: int: decimal Out of tolerance result, i.e. the percentage of measurement intervals of the statistic count for modulation measurements exceeding the specified modulation limits. Unit: %
3 Ripple_1: float: float Max (range 1) - min (range 1) Unit: dB
4 Ripple_2: float: float Max (range 2) - min (range 2) Unit: dB
5 Max_R_1_Min_R_2: float: float Max (range 1) - min (range 2) Unit: dB
6 Max_R_2_Min_R_1: float: float Max (range 2) - min (range 1) Unit: dB
7 Min_R_1: float: float Min (range 1) Unit: dB
8 Max_R_1: float: float Max (range 1) Unit: dB
9 Min_R_2: float: float Min (range 2) Unit: dB
10 Max_R_2: float: float Max (range 2) Unit: dB
- calculate() CalculateStruct[source]
CALCulate:LTE:MEASurement<Instance>:MEValuation:ESFLatness:AVERage
Snippet: value: CalculateStruct = driver.multiEval.esFlatness.average.calculate()
Return current, average and extreme single-value results of the equalizer spectrum flatness measurement. See also ‘Equalizer spectrum flatness limits’.
- return:
structure: for return value, see the help for CalculateStruct structure arguments.
- fetch() ResultData[source]
FETCh:LTE:MEASurement<Instance>:MEValuation:ESFLatness:AVERage
Snippet: value: ResultData = driver.multiEval.esFlatness.average.fetch()
Return current, average, extreme and standard deviation single-value results of the equalizer spectrum flatness measurement. See also ‘Equalizer spectrum flatness limits’.
- return:
structure: for return value, see the help for ResultData structure arguments.
- read() ResultData[source]
READ:LTE:MEASurement<Instance>:MEValuation:ESFLatness:AVERage
Snippet: value: ResultData = driver.multiEval.esFlatness.average.read()
Return current, average, extreme and standard deviation single-value results of the equalizer spectrum flatness measurement. See also ‘Equalizer spectrum flatness limits’.
- return:
structure: for return value, see the help for ResultData structure arguments.