Trace

SCPI Command :

CALCulate<n>:EVALuation:USER<res>:TRACe
class TraceCls[source]

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

get(window=Window.Default, userRange=UserRange.Default) RsFsw.enums.TraceTypeIxNone[source]
# SCPI: CALCulate<n>:EVALuation:USER<res>:TRACe
value: enums.TraceTypeIxNone = driver.applications.k40PhaseNoise.calculate.evaluation.user.trace.get(window = repcap.Window.Default, userRange = repcap.UserRange.Default)

Selects the trace for a custom residual noise calculation range.

param window

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

param userRange

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

return

trace: NONE | TRACe1 | TRACe2 | TRACe3 | TRACe4 | TRACe5 | TRACe6 TRACE1 … TRACE6 Trace to assign the user range to. NONE Turns a user range off.

set(trace: RsFsw.enums.TraceTypeIxNone, window=Window.Default, userRange=UserRange.Default) None[source]
# SCPI: CALCulate<n>:EVALuation:USER<res>:TRACe
driver.applications.k40PhaseNoise.calculate.evaluation.user.trace.set(trace = enums.TraceTypeIxNone.NONE, window = repcap.Window.Default, userRange = repcap.UserRange.Default)

Selects the trace for a custom residual noise calculation range.

param trace

NONE | TRACe1 | TRACe2 | TRACe3 | TRACe4 | TRACe5 | TRACe6 TRACE1 … TRACE6 Trace to assign the user range to. NONE Turns a user range off.

param window

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

param userRange

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