PhsDpcch
SCPI Command :
CONFigure:WCDMa:MEASurement<instance>:MEValuation:LIMit:PHSDpcch
- class PhsDpcchCls[source]
PhsDpcch commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class PhsDpcchStruct[source]
Response structure. Fields:
Enable: bool: Disables | enables the limit check.
Measure_Point_A: float: No parameter help available
Measure_Point_B: float: No parameter help available
Dynamic: float: No parameter help available
- get() PhsDpcchStruct[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:LIMit:PHSDpcch value: PhsDpcchStruct = driver.configure.wcdmaMeas.multiEval.limit.phsDpcch.get()
Defines a dynamic limit for the phase discontinuity determined by half-slot measurements (signals with HS-DPCCH) . The limit is checked at point A and point B. As the phase discontinuity is measured at half-slot boundaries (x.5, not x. 0) points A and B have to be set to half-slot positions.
- return:
structure: for return value, see the help for PhsDpcchStruct structure arguments.
- set(enable: bool, measure_point_a: float, measure_point_b: float, dynamic: float) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:LIMit:PHSDpcch driver.configure.wcdmaMeas.multiEval.limit.phsDpcch.set(enable = False, measure_point_a = 1.0, measure_point_b = 1.0, dynamic = 1.0)
Defines a dynamic limit for the phase discontinuity determined by half-slot measurements (signals with HS-DPCCH) . The limit is checked at point A and point B. As the phase discontinuity is measured at half-slot boundaries (x.5, not x. 0) points A and B have to be set to half-slot positions.
- param enable:
Disables | enables the limit check.
- param measure_point_a:
No help available
- param measure_point_b:
No help available
- param dynamic:
No help available