Result

SCPI Command :

DISPlay[:WINDow<n>][:SUBWindow<w>]:TRACe<t>:RESult
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default, subWindow=SubWindow.Default, trace=Trace.Default) TraceResultK18[source]
# 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.

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

Returns:

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

set(trace_result: TraceResultK18, window=Window.Default, subWindow=SubWindow.Default, trace=Trace.Default) None[source]
# 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.

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

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