Current

SCPI Commands :

READ:LTE:MEASurement<Instance>:MEValuation:TRACe:EVMSymbol:CURRent
FETCh:LTE:MEASurement<Instance>:MEValuation:TRACe:EVMSymbol:CURRent
class CurrentCls[source]

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

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

Returns the values of the EVM vs modulation symbol trace. See also ‘View EVM’.

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

return:

ratio: float Comma-separated list of EVM values, one value per modulation symbol Unit: %

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

Returns the values of the EVM vs modulation symbol trace. See also ‘View EVM’.

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

return:

ratio: float Comma-separated list of EVM values, one value per modulation symbol Unit: %