ScIndex

SCPI Command :

FETCh:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>[:CC<Carrier>]: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, carrierComponent=CarrierComponent.Default) FetchStruct[source]
# SCPI: FETCh:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>[:CC<Carrier>]:ESFLatness:CURRent:SCINdex
value: FetchStruct = driver.nrSubMeas.multiEval.listPy.segment.cc.esFlatness.current.scIndex.fetch(sEGMent = repcap.SEGMent.Default, carrierComponent = repcap.CarrierComponent.Default)

Return subcarrier indices of the equalizer spectrum flatness measurement for segment <no> in list mode, for carrier <c>. 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’)

param carrierComponent:

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

return:

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