PhDhsDpcch

SCPI Commands

CALCulate:WCDMa:MEASurement<Instance>:MEValuation:MODulation:PHDHsdpcch
READ:WCDMa:MEASurement<Instance>:MEValuation:MODulation:PHDHsdpcch
FETCh:WCDMa:MEASurement<Instance>:MEValuation:MODulation:PHDHsdpcch
class PhDhsDpcch[source]

PhDhsDpcch 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: No parameter help available

  • Measure_Points: float: No parameter help available

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

  • Ratio_Dyn_Limit: float: float Percentage of results exceeding the limit Range: 0 % to 100 %, Unit: %

  • Meas_Point_Acurr: float: No parameter help available

  • Meas_Point_Amax: float: No parameter help available

  • Meas_Point_Bcurr: float: No parameter help available

  • Meas_Point_Bmax: float: No parameter help available

class ResultData[source]

Response structure. Fields:

  • Reliability: int: decimal ‘Reliability Indicator’

  • Overall_Max_Ph_D: float: No parameter help available

  • Measure_Points: int: No parameter help available

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

  • Ratio_Dyn_Limit: float: float Percentage of results exceeding the limit Range: 0 % to 100 %, Unit: %

  • Meas_Point_Acurr: float: No parameter help available

  • Meas_Point_Amax: float: No parameter help available

  • Meas_Point_Bcurr: float: No parameter help available

  • Meas_Point_Bmax: float: No parameter help available

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

Returns the phase discontinuity HS-DPCCH single value results for signals with HS-DPCCH. The results depend on the dynamic limit and points A and B (see method RsCmwWcdmaMeas.Configure.MultiEval.Limit.phsDpcch) . 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:PHDHsdpcch
value: ResultData = driver.multiEval.modulation.phDhsDpcch.fetch()

Returns the phase discontinuity HS-DPCCH single value results for signals with HS-DPCCH. The results depend on the dynamic limit and points A and B (see method RsCmwWcdmaMeas.Configure.MultiEval.Limit.phsDpcch) . 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:PHDHsdpcch
value: ResultData = driver.multiEval.modulation.phDhsDpcch.read()

Returns the phase discontinuity HS-DPCCH single value results for signals with HS-DPCCH. The results depend on the dynamic limit and points A and B (see method RsCmwWcdmaMeas.Configure.MultiEval.Limit.phsDpcch) . 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.