Current

SCPI Commands

FETCh:EVDO:MEASurement<Instance>:MEValuation:LIST:ACP:CURRent
CALCulate:EVDO:MEASurement<Instance>:MEValuation:LIST:ACP:CURRent
class Current[source]

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

class CalculateStruct[source]

Response structure. Fields:

  • Reliability: int: No parameter help available

  • Seg_Reliability: List[int]: 0 | 3 | 4 | 8 The segment reliability indicates whether one of the following exceptions occurred in this segment: 0: No error 3: Signal overflow 4: Signal low 8: Synchronization error If a combination of exceptions occurs, the most severe error is indicated.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  • Out_Of_Tol_Count: List[enums.ResultStatus2]: float Out of tolerance result, i.e. percentage of measurement intervals of the statistic count (see [CMDLINK: CONFigure:EVDO:MEASi:MEValuation:SCOunt:SPECtrum CMDLINK]) exceeding the specified limits, see ‘Limits (Spectrum) ‘. Range: 0 % to 100 %, Unit: %

  • Cur_Stat_Count: List[enums.ResultStatus2]: decimal Number of evaluated valid slots in this segment.

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: No parameter help available

  • Seg_Reliability: List[int]: 0 | 3 | 4 | 8 The segment reliability indicates whether one of the following exceptions occurred in this segment: 0: No error 3: Signal overflow 4: Signal low 8: Synchronization error If a combination of exceptions occurs, the most severe error is indicated.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  • Out_Of_Tol_Count: List[float]: float Out of tolerance result, i.e. percentage of measurement intervals of the statistic count (see [CMDLINK: CONFigure:EVDO:MEASi:MEValuation:SCOunt:SPECtrum CMDLINK]) exceeding the specified limits, see ‘Limits (Spectrum) ‘. Range: 0 % to 100 %, Unit: %

  • Cur_Stat_Count: List[int]: decimal Number of evaluated valid slots in this segment.

calculate()CalculateStruct[source]
# SCPI: CALCulate:EVDO:MEASurement<instance>:MEValuation:LIST:ACP:CURRent
value: CalculateStruct = driver.multiEval.listPy.acp.current.calculate()

Returns all ACP value results in list mode. To define the statistical length for AVERage, MAXimum, MINimum calculation and enable the calculation of the results use the command method RsCmwEvdoMeas.Configure.MultiEval.ListPy.Segment. Spectrum.set. The ranges indicated below apply to all results except standard deviation results. The minimum for standard deviation results equals 0. The maximum equals the width of the indicated range divided by two. Exceptions are explicitly stated. The values listed below in curly brackets {} are returned for each active segment: {…}seg 1, {…}seg 2, …, {. ..}seg n. The number of active segments n is determined by method RsCmwEvdoMeas.Configure.MultiEval.ListPy.count. The number to the left of each result parameter is provided for easy identification of the parameter position within the result array. The values described below are returned by FETCh commands. CALCulate commands return limit check results instead, one value for each result listed below. For the out of tolerance and code channel filter match ratio, results retrieved via the CURRent, AVERage and MAXimum commands are identical.

return

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

fetch()FetchStruct[source]
# SCPI: FETCh:EVDO:MEASurement<instance>:MEValuation:LIST:ACP:CURRent
value: FetchStruct = driver.multiEval.listPy.acp.current.fetch()

Returns all ACP value results in list mode. To define the statistical length for AVERage, MAXimum, MINimum calculation and enable the calculation of the results use the command method RsCmwEvdoMeas.Configure.MultiEval.ListPy.Segment. Spectrum.set. The ranges indicated below apply to all results except standard deviation results. The minimum for standard deviation results equals 0. The maximum equals the width of the indicated range divided by two. Exceptions are explicitly stated. The values listed below in curly brackets {} are returned for each active segment: {…}seg 1, {…}seg 2, …, {. ..}seg n. The number of active segments n is determined by method RsCmwEvdoMeas.Configure.MultiEval.ListPy.count. The number to the left of each result parameter is provided for easy identification of the parameter position within the result array. The values described below are returned by FETCh commands. CALCulate commands return limit check results instead, one value for each result listed below. For the out of tolerance and code channel filter match ratio, results retrieved via the CURRent, AVERage and MAXimum commands are identical.

return

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