Aperture
SCPI Command :
DISPlay[:WINDow<n>][:SUBWindow<w>]:TRACe<t>:SMOothing:APERture
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, subWindow=SubWindow.Default, trace=Trace.Default) float[source]
# DISPlay[:WINDow<n>][:SUBWindow<w>]:TRACe<t>:SMOothing:APERture value: float = driver.applications.k10Xlte.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.set()TRUE.- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
subWindow – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Subwindow’)
trace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)
- set(arg_0: float, window=Window.Default, subWindow=SubWindow.Default, trace=Trace.Default) None[source]
# DISPlay[:WINDow<n>][:SUBWindow<w>]:TRACe<t>:SMOothing:APERture driver.applications.k10Xlte.display.window.subwindow.trace.smoothing.aperture.set(arg_0 = 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.set()TRUE.- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
subWindow – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Subwindow’)
trace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)