Pdynamics

SCPI Command :

FETCh:NRSub:MEASurement<Instance>:MEValuation:DMARker<No>:PDYNamics
Commands in total: 1
Subgroups: 0
Direct child commands: 1
fetch(xvalue: float, trace_select: TraceSelect, deltaMarker=DeltaMarker.Default) float[source]
# FETCh:NRSub:MEASurement<Instance>:MEValuation:DMARker<No>:PDYNamics
value: float = driver.nrSubMeas.multiEval.dmarker.pdynamics.fetch(xvalue = 1.0, trace_select = enums.TraceSelect.AVERage, deltaMarker = repcap.DeltaMarker.Default)

Uses the markers 1 and 2 with relative values on the power dynamics trace.

Suppressed linked return values: reliability

Parameters:
  • xvalue – X-value of the marker position relative to the x-value of the reference marker

  • trace_select – CURRent | AVERage | MAXimum

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

Returns:

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