Phd
SCPI Command :
CONFigure:WCDMa:MEASurement<instance>:MEValuation:LIST:SEGMent<nr>:PHD
- class PhdCls[source]
Phd commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(segment=Segment.Default) bool[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:LIST:SEGMent<nr>:PHD value: bool = driver.configure.wcdmaMeas.multiEval.listPy.segment.phd.get(segment = repcap.Segment.Default)
Enables the calculation of the phase discontinuity vs slot results in segment no. <no>; see ‘Multi-evaluation list mode’.
- param segment:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)
- return:
enable_phd: OFF: Disable measurement ON: Enable measurement of phase discontinuity
- set(enable_phd: bool, segment=Segment.Default) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:LIST:SEGMent<nr>:PHD driver.configure.wcdmaMeas.multiEval.listPy.segment.phd.set(enable_phd = False, segment = repcap.Segment.Default)
Enables the calculation of the phase discontinuity vs slot results in segment no. <no>; see ‘Multi-evaluation list mode’.
- param enable_phd:
OFF: Disable measurement ON: Enable measurement of phase discontinuity
- param segment:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)