Result

SCPI Command :

CALCulate<n>:DELTamarker<m>:FUNCtion:AFPHase:RESult
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default, deltaMarker=DeltaMarker.Default) float[source]
# CALCulate<n>:DELTamarker<m>:FUNCtion:AFPHase:RESult
value: float = driver.calculate.deltaMarker.function.afPhase.result.get(window = repcap.Window.Default, deltaMarker = repcap.DeltaMarker.Default)

Returns the phase value at the selected marker position. If necessary, the function is activated for the selected window first.

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

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