Overview

SCPI Commands

FETCh:GSM:MEASurement<Instance>:MEValuation:LIST:OVERview
CALCulate:GSM:MEASurement<Instance>:MEValuation:LIST:OVERview
class Overview[source]

Overview commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

class CalculateStruct[source]

Response structure. Fields:

  • Reliability: int: decimal ‘Reliability Indicator’

  • Segm_Reliability: List[int]: No parameter help available

  • Out_Of_Tol: List[int]: decimal Percentage of measured bursts with failed limit check Range: 0 % to 100 %, Unit: %

  • Avg_Burst_Power: List[float]: No parameter help available

  • Evm_Rms_Avg: List[float]: No parameter help available

  • Evm_Peak_Max: List[float]: No parameter help available

  • Evm_95_Perc: List[float]: float Error vector magnitude percentile Range: 0 % to 100 %, Unit: %

  • Phase_Error_Rms_Avg: List[float]: No parameter help available

  • Phase_Error_Peak_Max: List[float]: No parameter help available

  • Iq_Offset_Avg: List[float]: No parameter help available

  • Frequency_Error_Avg: List[float]: No parameter help available

  • Spec_Mod_Offs_N_5: List[enums.ResultStatus2]: No parameter help available

  • Spec_Mod_Offs_N_4: List[enums.ResultStatus2]: No parameter help available

  • Spec_Mod_Carrier: List[float]: No parameter help available

  • Spec_Mod_Offs_P_4: List[enums.ResultStatus2]: No parameter help available

  • Spec_Mod_Offs_P_5: List[enums.ResultStatus2]: No parameter help available

  • Spec_Switch_Offs_N_2: List[enums.ResultStatus2]: No parameter help available

  • Spec_Switch_Offs_N_1: List[enums.ResultStatus2]: No parameter help available

  • Spec_Switch_Carrier: List[enums.ResultStatus2]: No parameter help available

  • Spec_Switch_Offs_P_1: List[enums.ResultStatus2]: No parameter help available

  • Spec_Switch_Offs_P_2: List[enums.ResultStatus2]: No parameter help available

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: decimal ‘Reliability Indicator’

  • Segm_Reliability: List[int]: No parameter help available

  • Out_Of_Tol: List[int]: decimal Percentage of measured bursts with failed limit check Range: 0 % to 100 %, Unit: %

  • Avg_Burst_Power: List[float]: No parameter help available

  • Evm_Rms_Avg: List[float]: No parameter help available

  • Evm_Peak_Max: List[float]: No parameter help available

  • Evm_95_Perc: List[float]: float Error vector magnitude percentile Range: 0 % to 100 %, Unit: %

  • Phase_Error_Rms_Avg: List[float]: No parameter help available

  • Phase_Error_Peak_Max: List[float]: No parameter help available

  • Iq_Offset_Avg: List[float]: No parameter help available

  • Frequency_Error_Avg: List[float]: No parameter help available

  • Spec_Mod_Offs_N_5: List[float]: No parameter help available

  • Spec_Mod_Offs_N_4: List[float]: No parameter help available

  • Spec_Mod_Carrier: List[float]: No parameter help available

  • Spec_Mod_Offs_P_4: List[float]: No parameter help available

  • Spec_Mod_Offs_P_5: List[float]: No parameter help available

  • Spec_Switch_Offs_N_2: List[float]: No parameter help available

  • Spec_Switch_Offs_N_1: List[float]: No parameter help available

  • Spec_Switch_Carrier: List[float]: No parameter help available

  • Spec_Switch_Offs_P_1: List[float]: No parameter help available

  • Spec_Switch_Offs_P_2: List[float]: No parameter help available

calculate()CalculateStruct[source]
# SCPI: CALCulate:GSM:MEASurement<Instance>:MEValuation:LIST:OVERview
value: CalculateStruct = driver.multiEval.listPy.overview.calculate()

Returns all single results in list mode. The values listed below in curly brackets {} are returned for each measured segment: {…}seg 1, {…}seg 2, …, {…}seg n. The position of measured segments within the range of configured segments and their number n is determined by method RsCmwGsmMeas.Configure.MultiEval.ListPy.lrange. The values described below are returned by FETCh commands. CALCulate commands return limit check results instead, one value for each result listed below.

return

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

fetch()FetchStruct[source]
# SCPI: FETCh:GSM:MEASurement<Instance>:MEValuation:LIST:OVERview
value: FetchStruct = driver.multiEval.listPy.overview.fetch()

Returns all single results in list mode. The values listed below in curly brackets {} are returned for each measured segment: {…}seg 1, {…}seg 2, …, {…}seg n. The position of measured segments within the range of configured segments and their number n is determined by method RsCmwGsmMeas.Configure.MultiEval.ListPy.lrange. The values described below are returned by FETCh commands. CALCulate commands return limit check results instead, one value for each result listed below.

return

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