ScIndex
SCPI Command :
FETCh:LTE:MEASurement<Instance>:MEValuation:ESFLatness:CURRent:SCINdex
- class ScIndexCls[source]
ScIndex commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class FetchStruct[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 Maximum_1: int: decimal SC index of ‘Max (Range 1) ‘
4 Minimum_1: int: decimal SC index of ‘Min (Range 1) ‘
5 Maximum_2: int: decimal SC index of ‘Max (Range 2) ‘
6 Minimum_2: int: decimal SC index of ‘Min (Range 2) ‘
- fetch() FetchStruct[source]
FETCh:LTE:MEASurement<Instance>:MEValuation:ESFLatness:CURRent:SCINdex
Snippet: value: FetchStruct = driver.multiEval.esFlatness.current.scIndex.fetch()
Returns subcarrier indices of the equalizer spectrum flatness measurement. At these SC indices, the current minimum and maximum power of the equalizer coefficients have been detected within range 1 and range 2.
- return:
structure: for return value, see the help for FetchStruct structure arguments.