ScIndex

SCPI Command :

FETCh:LTE:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:ESFLatness:CURRent:SCINdex
class ScIndexCls[source]

ScIndex commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: ‘Reliability indicator’

  • Seg_Reliability: int: Reliability indicator for the segment

  • Statist_Expired: int: Reached statistical length in slots

  • Out_Of_Tolerance: int: Percentage of measured subframes with failed limit check

  • Maximum_1: int: SC index of max (range 1)

  • Minimum_1: int: SC index of min (range 1)

  • Maximum_2: int: SC index of max (range 2)

  • Minimum_2: int: SC index of min (range 2)

fetch(segment=Segment.Default) FetchStruct[source]
# SCPI: FETCh:LTE:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:ESFLatness:CURRent:SCINdex
value: FetchStruct = driver.lteMeas.multiEval.listPy.segment.esFlatness.current.scIndex.fetch(segment = repcap.Segment.Default)

Return subcarrier indices of the equalizer spectrum flatness measurement for segment <no> in list mode. At these SC indices, the current minimum and maximum power of the equalizer coefficients have been detected within range 1 and range 2.

param segment:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)

return:

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