Trace

SCPI Command :

CALCulate<n>:MARKer<m>:TRACe
class TraceCls[source]

Trace commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(window=Window.Default, marker=Marker.Default) float[source]
# SCPI: CALCulate<n>:MARKer<m>:TRACe
value: float = driver.applications.k9X11Ad.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.

param window

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

param marker

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

return

trace: 1 to 4 Trace number the marker is assigned to. MAXHold Marker is assigned to maxhold trace of persistent spectrum (only available in Persistent Spectrum window) WRITe Marker is assigned to clear/write trace of persistent spectrum (only available in Persistent Spectrum window)

set(trace: float, window=Window.Default, marker=Marker.Default) None[source]
# SCPI: CALCulate<n>:MARKer<m>:TRACe
driver.applications.k9X11Ad.calculate.marker.trace.set(trace = 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.

param trace

1 to 4 Trace number the marker is assigned to. MAXHold Marker is assigned to maxhold trace of persistent spectrum (only available in Persistent Spectrum window) WRITe Marker is assigned to clear/write trace of persistent spectrum (only available in Persistent Spectrum window)

param window

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

param marker

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