Aperture

SCPI Command :

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

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

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

Defines the degree (aperture) of the trace smoothing, if method RsFsw.Display.Window.Subwindow.Trace.Smoothing.State. setTRUE. This setting is not available for Phase and ‘Phase Reference’ vs. frequency results.

param window

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

param subWindow

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

param trace

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

return

aperture: Range: 1 to 50, Unit: PCT

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

Defines the degree (aperture) of the trace smoothing, if method RsFsw.Display.Window.Subwindow.Trace.Smoothing.State. setTRUE. This setting is not available for Phase and ‘Phase Reference’ vs. frequency results.

param aperture

Range: 1 to 50, Unit: PCT

param window

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

param subWindow

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

param trace

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