Average

SCPI Commands :

READ:NRSub:MEASurement<Instance>:MEValuation[:CC<no>][:LAYer<layer>]:ESFLatness:AVERage
FETCh:NRSub:MEASurement<Instance>:MEValuation[:CC<no>][:LAYer<layer>]:ESFLatness:AVERage
CALCulate:NRSub:MEASurement<Instance>:MEValuation[:CC<no>][:LAYer<layer>]:ESFLatness:AVERage
class AverageCls[source]

Average commands group definition. 3 total commands, 0 Subgroups, 3 group commands

class CalculateStruct[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.

  • Ripple_1: float or bool: Limit check result for max (range 1) - min (range 1) .

  • Ripple_2: float or bool: Limit check result for max (range 2) - min (range 2) .

  • Max_R_1_Min_R_2: float or bool: Limit check result for max (range 1) - min (range 2) .

  • Max_R_2_Min_R_1: float or bool: Limit check result for max (range 2) - min (range 1) .

class ResultData[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.

  • Ripple_1: float: Max (range 1) - min (range 1)

  • Ripple_2: float: Max (range 2) - min (range 2)

  • Max_R_1_Min_R_2: float: Max (range 1) - min (range 2)

  • Max_R_2_Min_R_1: float: Max (range 2) - min (range 1)

  • Min_R_1: float: Min (range 1)

  • Max_R_1: float: Max (range 1)

  • Min_R_2: float: Min (range 2)

  • Max_R_2: float: Max (range 2)

calculate(carrierComponent=CarrierComponent.Default, layer=Layer.Default) CalculateStruct[source]
# SCPI: CALCulate:NRSub:MEASurement<Instance>:MEValuation[:CC<no>][:LAYer<layer>]:ESFLatness:AVERage
value: CalculateStruct = driver.nrSubMeas.multiEval.cc.layer.esFlatness.average.calculate(carrierComponent = repcap.CarrierComponent.Default, layer = repcap.Layer.Default)

Return current, average and extreme limit check results for the equalizer spectrum flatness measurement, for carrier <no>, layer/antenna <l>. See also ‘Equalizer spectrum flatness limits’.

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 CalculateStruct structure arguments.

fetch(carrierComponent=CarrierComponent.Default, layer=Layer.Default) ResultData[source]
# SCPI: FETCh:NRSub:MEASurement<Instance>:MEValuation[:CC<no>][:LAYer<layer>]:ESFLatness:AVERage
value: ResultData = driver.nrSubMeas.multiEval.cc.layer.esFlatness.average.fetch(carrierComponent = repcap.CarrierComponent.Default, layer = repcap.Layer.Default)

Return current, average, extreme and standard deviation single-value results of the equalizer spectrum flatness measurement, for carrier <no>, layer/antenna <l>. See also ‘Equalizer spectrum flatness limits’.

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 ResultData structure arguments.

read(carrierComponent=CarrierComponent.Default, layer=Layer.Default) ResultData[source]
# SCPI: READ:NRSub:MEASurement<Instance>:MEValuation[:CC<no>][:LAYer<layer>]:ESFLatness:AVERage
value: ResultData = driver.nrSubMeas.multiEval.cc.layer.esFlatness.average.read(carrierComponent = repcap.CarrierComponent.Default, layer = repcap.Layer.Default)

Return current, average, extreme and standard deviation single-value results of the equalizer spectrum flatness measurement, for carrier <no>, layer/antenna <l>. See also ‘Equalizer spectrum flatness limits’.

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 ResultData structure arguments.