Result
SCPI Command :
CALCulate<n>:MARKer<m>:FUNCtion:FMEasurement:RESult
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, marker=Marker.Default) float[source]
# CALCulate<n>:MARKer<m>:FUNCtion:FMEasurement:RESult value: float = driver.calculate.marker.function.fmeasurement.result.get(window = repcap.Window.Default, marker = repcap.Marker.Default)
Queries the result of the EMI measurement at the marker position.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
marker – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Marker’)
- Returns:
result: Power level. The unit depends on the one you have currently set.