Absolute

SCPI Command :

CALCulate<n>:DELTamarker<m>:X:ABSolute
class AbsoluteCls[source]

Absolute 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>: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.

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: No help available