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

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

  • Measure_Points: float or bool: No parameter help available

  • Count_Dyn_Limit: float or bool: Number of results exceeding the limit

  • Ratio_Dyn_Limit: float or bool: Percentage of results exceeding the limit

  • Meas_Point_Acurr: float or bool: No parameter help available

  • Meas_Point_Amax: float or bool: No parameter help available

  • Meas_Point_Bcurr: float or bool: No parameter help available

  • Meas_Point_Bmax: float or bool: No parameter help available

class ResultData[source]

Response structure. Fields:

  • Reliability: int: ‘Reliability indicator’

  • Overall_Max_Ph_D: float: No parameter help available

  • Measure_Points: int: No parameter help available

  • Count_Dyn_Limit: int: Number of results exceeding the limit

  • Ratio_Dyn_Limit: float: Percentage of results exceeding the limit

  • 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.wcdmaMeas.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 RsCMPX_WcdmaMeas.Configure.WcdmaMeas.MultiEval.Limit.PhsDpcch.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:PHDHsdpcch
value: ResultData = driver.wcdmaMeas.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 RsCMPX_WcdmaMeas.Configure.WcdmaMeas.MultiEval.Limit.PhsDpcch.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:PHDHsdpcch
value: ResultData = driver.wcdmaMeas.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 RsCMPX_WcdmaMeas.Configure.WcdmaMeas.MultiEval.Limit.PhsDpcch.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.