Trace<Trace>

RepCap Settings

# Range: Tr1 .. Tr16
rc = driver.applications.k10Xlte.calculate.limit.trace.repcap_trace_get()
driver.applications.k10Xlte.calculate.limit.trace.repcap_trace_set(repcap.Trace.Tr1)

SCPI Command :

CALCulate<n>:LIMit<li>:TRACe<t>
class TraceCls[source]

Trace commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: Trace, default value after init: Trace.Tr1

get(window=Window.Default, limitIx=LimitIx.Default, trace=Trace.Default) float[source]
# SCPI: CALCulate<n>:LIMit<li>:TRACe<t>
value: float = driver.applications.k10Xlte.calculate.limit.trace.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default, trace = repcap.Trace.Default)

Links a limit line to one or more traces. Note that this command is maintained for compatibility reasons only. Limit lines no longer need to be assigned to a trace explicitly. The trace to be checked can be defined directly (as a suffix) in the new command to activate the limit check (see method RsFsw.Calculate.Limit.Trace.Check.set) .

param window

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

param limitIx

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

param trace

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

return

trace_limit: No help available

set(trace_limit: float, window=Window.Default, limitIx=LimitIx.Default, trace=Trace.Default) None[source]
# SCPI: CALCulate<n>:LIMit<li>:TRACe<t>
driver.applications.k10Xlte.calculate.limit.trace.set(trace_limit = 1.0, window = repcap.Window.Default, limitIx = repcap.LimitIx.Default, trace = repcap.Trace.Default)

Links a limit line to one or more traces. Note that this command is maintained for compatibility reasons only. Limit lines no longer need to be assigned to a trace explicitly. The trace to be checked can be defined directly (as a suffix) in the new command to activate the limit check (see method RsFsw.Calculate.Limit.Trace.Check.set) .

param trace_limit

No help available

param window

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

param limitIx

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

param trace

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.applications.k10Xlte.calculate.limit.trace.clone()