Result

SCPI Command :

DISPlay[:WINDow<n>][:SUBWindow<w>]:TRACe<t>:RESult
class ResultCls[source]

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

get(window=Window.Default, subWindow=SubWindow.Default, trace=Trace.Default) RsFsw.enums.TraceResultK18[source]
# SCPI: DISPlay[:WINDow<n>][:SUBWindow<w>]:TRACe<t>:RESult
value: enums.TraceResultK18 = driver.applications.k18AmplifierEt.display.window.subwindow.trace.result.get(window = repcap.Window.Default, subWindow = repcap.SubWindow.Default, trace = repcap.Trace.Default)

Sets and queries the trace result type for the selected result display.

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

trace_result: BBI | BBPower | BBQ | RF | MEAS | MODel | REFerence Info: The parameter ‘REFerence’ also refers to ‘IdealLine’.

set(trace_result: RsFsw.enums.TraceResultK18, window=Window.Default, subWindow=SubWindow.Default, trace=Trace.Default) None[source]
# SCPI: DISPlay[:WINDow<n>][:SUBWindow<w>]:TRACe<t>:RESult
driver.applications.k18AmplifierEt.display.window.subwindow.trace.result.set(trace_result = enums.TraceResultK18.BBI, window = repcap.Window.Default, subWindow = repcap.SubWindow.Default, trace = repcap.Trace.Default)

Sets and queries the trace result type for the selected result display.

param trace_result

BBI | BBPower | BBQ | RF | MEAS | MODel | REFerence Info: The parameter ‘REFerence’ also refers to ‘IdealLine’.

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