ScIndex
SCPI Command :
FETCh:NRSub:MEASurement<Instance>:MEValuation[:CC<no>][:LAYer<layer>]:ESFLatness:CURRent:SCINdex
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class FetchStruct[source]
Response structure. Fields:
1 Reliability: int: ‘Reliability indicator’
2 Out_Of_Tolerance: int: Out of tolerance result, i.e. the percentage of measurement intervals of the statistic count for modulation measurements exceeding the specified modulation limits.
3 Maximum_1: int: SC index of Max (Range 1)
4 Minimum_1: int: SC index of Min (Range 1)
5 Maximum_2: int: SC index of Max (Range 2)
6 Minimum_2: int: SC index of Min (Range 2)
- fetch(carrierComponent=CarrierComponent.Default, layer=Layer.Default) FetchStruct[source]
# FETCh:NRSub:MEASurement<Instance>:MEValuation[:CC<no>][:LAYer<layer>]:ESFLatness:CURRent:SCINdex value: FetchStruct = driver.nrSubMeas.multiEval.cc.layer.esFlatness.current.scIndex.fetch(carrierComponent = repcap.CarrierComponent.Default, layer = repcap.Layer.Default)
Returns subcarrier indices of the equalizer spectrum flatness measurement, for carrier <no>, layer/antenna <l>. At these SC indices, the current minimum and maximum power of the equalizer coefficients have been detected within range 1 and range 2.
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
layer – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Layer’)
- Returns:
structure: for return value, see the help for FetchStruct structure arguments.