Trace

SCPI Command :

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

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

get(window=Window.Default, limitIx=LimitIx.Default) List[float][source]
# SCPI: 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) .

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

return

trace_limit: 1 to 4

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

param trace_limit

1 to 4

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