Current

SCPI Commands :

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

Current commands group definition. 3 total commands, 1 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:CURRent
value: CalculateStruct = driver.lteMeas.multiEval.listPy.segment.esFlatness.current.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:CURRent
value: FetchStruct = driver.lteMeas.multiEval.listPy.segment.esFlatness.current.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.

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.lteMeas.multiEval.listPy.segment.esFlatness.current.clone()

Subgroups