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

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

Suppressed linked return values: reliability

return:

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

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

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

Suppressed linked return values: reliability

return:

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