Aperture

SCPI Commands

DISPlay:WINDow<Window>:TRACe<Trace>: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.display.window.trace.smoothing.aperture.get(window = repcap.Window.Default, trace = repcap.Trace.Default)
This command defines the magnitude (aperture) of trace smoothing.

INTRO_CMD_HELP: Prerequisites for this command

  • Turn on trace smoothing (method RsFswp.Display.Window.Trace.Smoothing.State.set) .

In the Spot Noise vs Tune measurement, trace smoothing applies to either all traces or none. Use [SENSe:]SMOothing[:STATe] in that case.

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

ref_value: No help available

set(ref_value: float, window=Window.Default, trace=Trace.Default) None[source]
# SCPI: DISPlay[:WINDow<n>]:TRACe<t>:SMOothing:APERture
driver.display.window.trace.smoothing.aperture.set(ref_value = 1.0, window = repcap.Window.Default, trace = repcap.Trace.Default)
This command defines the magnitude (aperture) of trace smoothing.

INTRO_CMD_HELP: Prerequisites for this command

  • Turn on trace smoothing (method RsFswp.Display.Window.Trace.Smoothing.State.set) .

In the Spot Noise vs Tune measurement, trace smoothing applies to either all traces or none. Use [SENSe:]SMOothing[:STATe] in that case.

param ref_value

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