ScIndex

SCPI Command :

FETCh:NRSub:MEASurement<Instance>:MEValuation[:CC<no>][:LAYer<layer>]: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’

  • 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.

  • 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(carrierComponent=CarrierComponent.Default, layer=Layer.Default) FetchStruct[source]
# SCPI: 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.

param carrierComponent:

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

param layer:

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

return:

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