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.multiEval.trace.esFlatness.phase.fetch()

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

Use RsCmwLteMeas.reliability.last_value to read the updated reliability indicator.

return:

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

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

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

Use RsCmwLteMeas.reliability.last_value to read the updated reliability indicator.

return:

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