Copy

SCPI Command :

TRACe<n>:COPY
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class CopyStruct[source]

Response structure. Fields:

  • 1 Arg_0: enums.TraceTypeNumeric: No parameter help available

  • 2 Arg_1: enums.TraceTypeNumeric: No parameter help available

get(window=Window.Default) CopyStruct[source]
# TRACe<n>:COPY
value: CopyStruct = driver.applications.k14Xnr5G.trace.copy.get(window = repcap.Window.Default)

Copies data from one trace to another.

Parameters:

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

Returns:

structure: for return value, see the help for CopyStruct structure arguments.

set(arg_0: TraceTypeNumeric, arg_1: TraceTypeNumeric, window=Window.Default) None[source]
# TRACe<n>:COPY
driver.applications.k14Xnr5G.trace.copy.set(arg_0 = enums.TraceTypeNumeric.TRACe1, arg_1 = enums.TraceTypeNumeric.TRACe1, window = repcap.Window.Default)

Copies data from one trace to another.

Parameters:
  • arg_0 – Window

  • arg_1 – TRACE1 | TRACE2 | TRACE3 | TRACE4 | TRACE5 | TRACE6 The first parameter is the destination trace, the second parameter is the source. (Note the ‘e’ in the parameter is required!)

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