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 UephdCls[source]

Uephd commands group definition. 3 total commands, 0 Subgroups, 3 group commands

class CalculateStruct[source]

Response structure. Fields:

  • Reliability: int: ‘Reliability indicator’

  • Overall_Max_Ph_D: float or bool: Overall maximum phase discontinuity

  • Overall_Min_Dist: float or bool: The overall minimum slot distance between the two results exceeding the dynamic limit

  • Count_Upper_Limit: float or bool: Number of results exceeding the upper limit

  • Count_Dyn_Limit: float or bool: The number of results exceeding the dynamic limit

class ResultData[source]

Response structure. Fields:

  • Reliability: int: ‘Reliability indicator’

  • Overall_Max_Ph_D: float: Overall maximum phase discontinuity

  • Overall_Min_Dist: int: The overall minimum slot distance between the two results exceeding the dynamic limit

  • Count_Upper_Limit: int: Number of results exceeding the upper limit

  • Count_Dyn_Limit: int: The number of results exceeding the dynamic limit

calculate() CalculateStruct[source]
# SCPI: CALCulate:WCDMa:MEASurement<instance>:MEValuation:MODulation:UEPHd
value: CalculateStruct = driver.wcdmaMeas.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 RsCMPX_WcdmaMeas.Configure.WcdmaMeas.MultiEval.Limit.Phd.set. 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.wcdmaMeas.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 RsCMPX_WcdmaMeas.Configure.WcdmaMeas.MultiEval.Limit.Phd.set. 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.wcdmaMeas.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 RsCMPX_WcdmaMeas.Configure.WcdmaMeas.MultiEval.Limit.Phd.set. 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.