Uephd

SCPI Commands

CALCulate:WCDMa:MEASurement<Instance>:MEValuation:MODulation:UEPHd
READ:WCDMa:MEASurement<Instance>:MEValuation:MODulation:UEPHd
FETCh:WCDMa:MEASurement<Instance>:MEValuation:MODulation:UEPHd
class Uephd[source]

Uephd commands group definition. 3 total commands, 0 Sub-groups, 3 group commands

class CalculateStruct[source]

Response structure. Fields:

  • Reliability: int: decimal ‘Reliability Indicator’

  • Overall_Max_Ph_D: float: float Overall maximum phase discontinuity Range: -180 deg to 180 deg, Unit: deg

  • Overall_Min_Dist: float: decimal Overall minimum slot distance between two results exceeding the dynamic limit Unit: slots

  • Count_Upper_Limit: float: decimal Number of results exceeding the upper limit Range: 0 to 99999999

  • Count_Dyn_Limit: float: decimal Number of results exceeding the dynamic limit Range: 0 to 99999999

class ResultData[source]

Response structure. Fields:

  • Reliability: int: decimal ‘Reliability Indicator’

  • Overall_Max_Ph_D: float: float Overall maximum phase discontinuity Range: -180 deg to 180 deg, Unit: deg

  • Overall_Min_Dist: int: decimal Overall minimum slot distance between two results exceeding the dynamic limit Unit: slots

  • Count_Upper_Limit: int: decimal Number of results exceeding the upper limit Range: 0 to 99999999

  • Count_Dyn_Limit: int: decimal Number of results exceeding the dynamic limit Range: 0 to 99999999

calculate()CalculateStruct[source]
# SCPI: CALCulate:WCDMa:MEASurement<instance>:MEValuation:MODulation:UEPHd
value: CalculateStruct = driver.multiEval.modulation.uephd.calculate()

Returns the UE phase discontinuity single value results for signals without HSPA channels. The results depend on the upper limit and the dynamic limit, see method RsCmwWcdmaMeas.Configure.MultiEval.Limit.phd. See also ‘Detailed Views: Phase Discontinuity’ The values described below are returned by FETCh and READ 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()ResultData[source]
# SCPI: FETCh:WCDMa:MEASurement<instance>:MEValuation:MODulation:UEPHd
value: ResultData = driver.multiEval.modulation.uephd.fetch()

Returns the UE phase discontinuity single value results for signals without HSPA channels. The results depend on the upper limit and the dynamic limit, see method RsCmwWcdmaMeas.Configure.MultiEval.Limit.phd. See also ‘Detailed Views: Phase Discontinuity’ The values described below are returned by FETCh and READ commands. CALCulate commands return limit check results instead, one value for each result listed below.

return

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

read()ResultData[source]
# SCPI: READ:WCDMa:MEASurement<instance>:MEValuation:MODulation:UEPHd
value: ResultData = driver.multiEval.modulation.uephd.read()

Returns the UE phase discontinuity single value results for signals without HSPA channels. The results depend on the upper limit and the dynamic limit, see method RsCmwWcdmaMeas.Configure.MultiEval.Limit.phd. See also ‘Detailed Views: Phase Discontinuity’ The values described below are returned by FETCh and READ commands. CALCulate commands return limit check results instead, one value for each result listed below.

return

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