Trace
SCPI Command :
CALCulate<n>:EVALuation:USER<res>:TRACe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, userRange=UserRange.Default) TraceTypeIxNone[source]
# 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.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
userRange – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- Returns:
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: TraceTypeIxNone, window=Window.Default, userRange=UserRange.Default) None[source]
# 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.
- Parameters:
trace – NONE | TRACe1 | TRACe2 | TRACe3 | TRACe4 | TRACe5 | TRACe6 TRACE1 … TRACE6 Trace to assign the user range to. NONE Turns a user range off.
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
userRange – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)