Aperture

SCPI Command :

DISPlay[:WINDow<n>]:TRACe<t>:SMOothing:APERture
class ApertureCls[source]

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

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

No command help available

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

aperture: No help available

set(aperture: float, window=Window.Default, trace=Trace.Default) None[source]
# SCPI: DISPlay[:WINDow<n>]:TRACe<t>:SMOothing:APERture
driver.applications.k40PhaseNoise.display.window.trace.smoothing.aperture.set(aperture = 1.0, window = repcap.Window.Default, trace = repcap.Trace.Default)

No command help available

param aperture

No help available

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