TypePy

SCPI Command :

DISPlay[:WINDow<n>]:TRACe<t>:SMOothing:TYPE
class TypePyCls[source]

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

get(window=Window.Default, trace=Trace.Default) RsFsw.enums.TraceSmoothing[source]
# SCPI: DISPlay[:WINDow<n>]:TRACe<t>:SMOothing:TYPE
value: enums.TraceSmoothing = driver.applications.k40PhaseNoise.display.window.trace.smoothing.typePy.get(window = repcap.Window.Default, trace = repcap.Trace.Default)

Selects the trace smoothing method.

param window

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

param trace

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

return

type_py: LINear | LOGarithmic | MEDian LINear Linear smoothing. LOGarithmic Logarithmic smoothing. MEDian Median smoothing.

set(type_py: RsFsw.enums.TraceSmoothing, window=Window.Default, trace=Trace.Default) None[source]
# SCPI: DISPlay[:WINDow<n>]:TRACe<t>:SMOothing:TYPE
driver.applications.k40PhaseNoise.display.window.trace.smoothing.typePy.set(type_py = enums.TraceSmoothing.LINear, window = repcap.Window.Default, trace = repcap.Trace.Default)

Selects the trace smoothing method.

param type_py

LINear | LOGarithmic | MEDian LINear Linear smoothing. LOGarithmic Logarithmic smoothing. MEDian Median smoothing.

param window

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

param trace

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