Trace

SCPI Command :

CALCulate<n>:LIMit<li>:TRACe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default, limitIx=LimitIx.Default) List[float][source]
# CALCulate<n>:LIMit<li>:TRACe
value: List[float] = driver.applications.k40PhaseNoise.calculate.limit.trace.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.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’)

Returns:

trace_limit: 1 to 4

set(trace_limit: List[float], window=Window.Default, limitIx=LimitIx.Default) None[source]
# CALCulate<n>:LIMit<li>:TRACe
driver.applications.k40PhaseNoise.calculate.limit.trace.set(trace_limit = [1.1, 2.2, 3.3], window = repcap.Window.Default, limitIx = repcap.LimitIx.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:
  • trace_limit – 1 to 4

  • 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’)