Trace

SCPI Command :

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

Selects the trace a delta marker is positioned on. Note that the corresponding trace must have a trace mode other than ‘Blank’. If necessary, the command activates the marker 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’)

set(trace_number: float, window=Window.Default, deltaMarker=DeltaMarker.Default) None[source]
# CALCulate<n>:DELTamarker<m>:TRACe
driver.applications.k70Vsa.calculate.deltaMarker.trace.set(trace_number = 1.0, window = repcap.Window.Default, deltaMarker = repcap.DeltaMarker.Default)

Selects the trace a delta marker is positioned on. Note that the corresponding trace must have a trace mode other than ‘Blank’. If necessary, the command activates the marker 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’)