Phase

SCPI Commands :

READ:LTE:MEASurement<Instance>:MEValuation:TRACe:ESFLatness:PHASe
FETCh:LTE:MEASurement<Instance>:MEValuation:TRACe:ESFLatness:PHASe
class PhaseCls[source]

Phase commands group definition. 2 total commands, 0 Subgroups, 2 group commands

fetch() List[float][source]
# SCPI: FETCh:LTE:MEASurement<Instance>:MEValuation:TRACe:ESFLatness:PHASe
value: List[float] = driver.lteMeas.multiEval.trace.esFlatness.phase.fetch()

Returns the phase values of the equalizer spectrum flatness trace. The GUI shows only the magnitude values.

Suppressed linked return values: reliability

return:

phase: Comma-separated list of phase values, one value per subcarrier For not allocated subcarriers, NCAP is returned.

read() List[float][source]
# SCPI: READ:LTE:MEASurement<Instance>:MEValuation:TRACe:ESFLatness:PHASe
value: List[float] = driver.lteMeas.multiEval.trace.esFlatness.phase.read()

Returns the phase values of the equalizer spectrum flatness trace. The GUI shows only the magnitude values.

Suppressed linked return values: reliability

return:

phase: Comma-separated list of phase values, one value per subcarrier For not allocated subcarriers, NCAP is returned.