EvMagnitude

SCPI Command :

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

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

fetch(xvalue: int, trace_select: TraceSelect, deltaMarker=DeltaMarker.Default) float[source]
# SCPI: FETCh:LTE:MEASurement<Instance>:MEValuation:DMARker<No>:EVMagnitude
value: float = driver.lteMeas.multiEval.dmarker.evMagnitude.fetch(xvalue = 1, trace_select = enums.TraceSelect.AVERage, deltaMarker = repcap.DeltaMarker.Default)

Uses the markers 1 and 2 with relative values on the diagrams: EVM RMS, EVM peak, magnitude error and phase error vs SC-FDMA symbol.

Suppressed linked return values: reliability

param xvalue:

(integer or boolean) X-value of the marker position relative to the x-value of the reference marker 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) .

param trace_select:

No help available

param deltaMarker:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Dmarker’)

return:

yvalue: Y-value of the marker position relative to the y-value of the reference marker

Cloning the Group

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

Subgroups