Result

SCPI Command :

CALCulate<n>:DELTamarker<m>:FUNCtion:FMEasurement:RESult
class ResultCls[source]

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

get(window=Window.Default, deltaMarker=DeltaMarker.Default) float[source]
# SCPI: CALCulate<n>:DELTamarker<m>:FUNCtion:FMEasurement:RESult
value: float = driver.calculate.deltaMarker.function.fmeasurement.result.get(window = repcap.Window.Default, deltaMarker = repcap.DeltaMarker.Default)

Queries the result of the EMI measurement at the marker position.

param window

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

param deltaMarker

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

return

result: Power level. The unit depends on the one you have currently set.