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.lteMeas.multiEval.trace.evmc.fetch()

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

Suppressed linked return values: reliability

return:

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

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

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

Suppressed linked return values: reliability

return:

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