EvMagnitude

SCPI Command :

FETCh:LTE:MEASurement<Instance>:MEValuation:REFMarker:EVMagnitude
class EvMagnitudeCls[source]

EvMagnitude commands group definition. 2 total commands, 1 Subgroups, 1 group commands

fetch(xvalue: int, trace_select: TraceSelect) float[source]
# SCPI: FETCh:LTE:MEASurement<Instance>:MEValuation:REFMarker:EVMagnitude
value: float = driver.multiEval.referenceMarker.evMagnitude.fetch(xvalue = 1, trace_select = enums.TraceSelect.AVERage)

Uses the reference marker on the bar graphs: EVM RMS, EVM peak, magnitude error and phase error vs SC-FDMA symbol.

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

param xvalue:

(integer or boolean) integer Absolute X value of the marker position There are two X values per SC-FDMA symbol on the X axis (symbol 0 low, symbol 0 high, …, symbol 6 low, symbol 6 high) . Range: 0 to 13

param trace_select:

CURRent | AVERage | MAXimum

return:

yvalue: float Absolute Y value of the marker position

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.multiEval.referenceMarker.evMagnitude.clone()

Subgroups