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:

  • 1 Reliability: int: ‘Reliability indicator’

  • 2 Seg_Reliability: int: Reliability indicator for the segment

  • 3 Statist_Expired: int: Reached statistical length in slots

  • 4 Out_Of_Tolerance: int: Percentage of measured subframes with failed limit check

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

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

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

  • 8 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:

  • 1 Reliability: int: ‘Reliability indicator’

  • 2 Seg_Reliability: int: Reliability indicator for the segment

  • 3 Statist_Expired: int: Reached statistical length in slots

  • 4 Out_Of_Tolerance: int: Percentage of measured subframes with failed limit check

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

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

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

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

  • 9 Min_R_1: float: Min (range 1)

  • 10 Max_R_1: float: Max (range 1)

  • 11 Min_R_2: float: Min (range 2)

  • 12 Max_R_2: float: Max (range 2)

calculate(segment=Segment.Default) CalculateStruct[source]

CALCulate:LTE:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:ESFLatness:CURRent

Snippet: 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]

FETCh:LTE:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:ESFLatness:CURRent

Snippet: 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.

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