Trace<Trace>

SCPI Command :

CALCulate<n>:LIMit<li>:TRACe<t>
Commands in total: 1
Subgroups: 0
Direct child commands: 1

Repeated Capability Setting:

# Range: Tr1 .. Tr16

driver.applications.k10Xlte.calculate.limit.trace.repcap_trace_set(repcap.Trace.Tr1)
get(window=Window.Default, limitIx=LimitIx.Default, trace=Trace.Default) float[source]
# 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() ) .

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

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

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

set(trace_limit: float, window=Window.Default, limitIx=LimitIx.Default, trace=Trace.Default) None[source]
# 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() ) .

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

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

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

Cloning the Group

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