Extreme

SCPI Commands :

FETCh:LTE:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:ESFLatness:EXTReme
CALCulate:LTE:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:ESFLatness:EXTReme
class ExtremeCls[source]

Extreme commands group definition. 2 total commands, 0 Subgroups, 2 group commands

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

  • 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 FetchStruct[source]

Response structure. Fields:

  • 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

  • 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(segment=Segment.Default) CalculateStruct[source]
# SCPI: CALCulate:LTE:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:ESFLatness:EXTReme
value: CalculateStruct = driver.lteMeas.multiEval.listPy.segment.esFlatness.extreme.calculate(segment = repcap.Segment.Default)

Return equalizer spectrum flatness single value results for segment <no> in list mode.

param segment:

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

return:

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

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

Return equalizer spectrum flatness single value results for segment <no> in list mode.

Suppressed linked return values: reliability

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.