Perror

SCPI Command :

FETCh:LTE:MEASurement<Instance>:MEValuation:DMARker<No>:PERRor
class PerrorCls[source]

Perror commands group definition. 1 total commands, 0 Subgroups, 1 group commands

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

Uses the markers 1 and 2 with relative values 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 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) . Range: -13 to 13

param trace_select:

CURRent | AVERage | MAXimum

param deltaMarker:

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

return:

yvalue: float Y value of the marker position relative to the Y value of the reference marker