Trace<Trace>

SCPI Command :

DISPlay[:WINDow<n>]:TRACe<t>:PRESet
Commands in total: 1
Subgroups: 0
Direct child commands: 1

Repeated Capability Setting:

# Range: Tr1 .. Tr16

driver.applications.k18AmplifierEt.display.window.trace.repcap_trace_set(repcap.Trace.Tr1)
preset(window=Window.Default, trace=Trace.Default) None[source]
# DISPlay[:WINDow<n>]:TRACe<t>:PRESet
driver.applications.k18AmplifierEt.display.window.trace.preset(window = repcap.Window.Default, trace = repcap.Trace.Default)

No help available

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

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

preset_with_opc(window=Window.Default, trace=Trace.Default, opc_timeout_ms: int = -1) None[source]

Cloning the Group

# Create a copy of the original group, that exists independently
trace_copy = driver.applications.k18AmplifierEt.display.window.trace.clone()