Absolute

SCPI Command :

CALCulate<n>:DELTamarker<m>:X:ABSolute
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default, deltaMarker=DeltaMarker.Default) float[source]
# CALCulate<n>:DELTamarker<m>:X:ABSolute
value: float = driver.applications.k70Vsa.calculate.deltaMarker.x.absolute.get(window = repcap.Window.Default, deltaMarker = repcap.DeltaMarker.Default)

Queries the absolute x-value of the selected delta marker in the specified window. The command activates the corresponding delta marker, if necessary.

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’)