Trace

SCPI Command :

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

Selects the trace the 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’)

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

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

Selects the trace the 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’)

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