StandardDev

SCPI Commands :

READ:LTE:MEASurement<Instance>:MEValuation:ESFLatness:SDEViation
FETCh:LTE:MEASurement<Instance>:MEValuation:ESFLatness:SDEViation
CALCulate:LTE:MEASurement<Instance>:MEValuation:ESFLatness:SDEViation
class StandardDevCls[source]

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

class CalculateStruct[source]

Response structure. Fields:

  • Reliability: int: No parameter help available

  • Out_Of_Tolerance: int: No parameter help available

  • Ripple_1: float or bool: No parameter help available

  • Ripple_2: float or bool: No parameter help available

  • Max_R_1_Min_R_2: float or bool: No parameter help available

  • Max_R_2_Min_R_1: float or bool: No parameter help available

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() CalculateStruct[source]
# SCPI: CALCulate:LTE:MEASurement<Instance>:MEValuation:ESFLatness:SDEViation
value: CalculateStruct = driver.lteMeas.multiEval.esFlatness.standardDev.calculate()

No command help available

return:

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

fetch() ResultData[source]
# SCPI: FETCh:LTE:MEASurement<Instance>:MEValuation:ESFLatness:SDEViation
value: ResultData = driver.lteMeas.multiEval.esFlatness.standardDev.fetch()

Return current, average, extreme and standard deviation single-value results of the equalizer spectrum flatness measurement. See also ‘Equalizer spectrum flatness limits’.

return:

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

read() ResultData[source]
# SCPI: READ:LTE:MEASurement<Instance>:MEValuation:ESFLatness:SDEViation
value: ResultData = driver.lteMeas.multiEval.esFlatness.standardDev.read()

Return current, average, extreme and standard deviation single-value results of the equalizer spectrum flatness measurement. See also ‘Equalizer spectrum flatness limits’.

return:

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