Trace
SCPI Command :
CALCulate<n>:DELTamarker<m>:TRACe
- class TraceCls[source]
Trace 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>:TRACe value: float = driver.applications.k50Spurious.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.
- 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
trace: Trace number the marker is assigned to.
- set(trace: float, window=Window.Default, deltaMarker=DeltaMarker.Default) None [source]
# SCPI: CALCulate<n>:DELTamarker<m>:TRACe driver.applications.k50Spurious.calculate.deltaMarker.trace.set(trace = 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.
- param trace
Trace number the marker is assigned to.
- 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’)