StandardDev

SCPI Command :

FETCh:LTE:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:ESFLatness:SDEViation
class StandardDevCls[source]

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

class FetchStruct[source]

Response structure. Fields:

  • Seg_Reliability: int: decimal Reliability indicator for the segment

  • Statist_Expired: int: decimal Reached statistical length in slots

  • Out_Of_Tolerance: int: decimal Percentage of measured subframes with failed limit check Unit: %

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

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

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

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

  • Min_R_1: float: float Min (range 1) Unit: dB

  • Max_R_1: float: float Max (range 1) Unit: dB

  • Min_R_2: float: float Min (range 2) Unit: dB

  • Max_R_2: float: float Max (range 2) Unit: dB

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

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

Use RsCmwLteMeas.reliability.last_value to read the updated reliability indicator.

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.