Phd

SCPI Command :

CONFigure:WCDMa:MEASurement<instance>:MEValuation:LIMit:PHD
class PhdCls[source]

Phd commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class PhdStruct[source]

Response structure. Fields:

  • Enable: bool: Disables | enables the limit check.

  • Upper: float: No parameter help available

  • Dynamic: float: No parameter help available

get() PhdStruct[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:LIMit:PHD
value: PhdStruct = driver.configure.wcdmaMeas.multiEval.limit.phd.get()

Defines upper and dynamic limits for the phase discontinuity determined by full-slot measurements (signals without HSPA channels) .

return:

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

set(enable: bool, upper: float, dynamic: float) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:LIMit:PHD
driver.configure.wcdmaMeas.multiEval.limit.phd.set(enable = False, upper = 1.0, dynamic = 1.0)

Defines upper and dynamic limits for the phase discontinuity determined by full-slot measurements (signals without HSPA channels) .

param enable:

Disables | enables the limit check.

param upper:

No help available

param dynamic:

No help available