Evmc

SCPI Commands :

READ:LTE:MEASurement<Instance>:MEValuation:TRACe:EVMC
FETCh:LTE:MEASurement<Instance>:MEValuation:TRACe:EVMC
class EvmcCls[source]

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

fetch() List[float][source]
# SCPI: FETCh:LTE:MEASurement<Instance>:MEValuation:TRACe:EVMC
value: List[float] = driver.multiEval.trace.evmc.fetch()

Returns the values of the EVM vs subcarrier trace. See also ‘View EVM vs Subcarrier’.

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

return:

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

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

Returns the values of the EVM vs subcarrier trace. See also ‘View EVM vs Subcarrier’.

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

return:

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