Trace<Window>
SCPI Command :
TRACe<n>:COPY
- Commands in total: 7Subgroups: 2Direct child commands: 1
Repeated Capability Setting:
# Range: Nr1 .. Nr16 driver.applications.k91Wlan.trace.repcap_window_set(repcap.Window.Nr1)
- copy(target_trace: TraceNumber, source_trace: TraceNumber, window=Window.Default) None[source]
# TRACe<n>:COPY driver.applications.k91Wlan.trace.copy(target_trace = enums.TraceNumber.BTOBits, source_trace = enums.TraceNumber.BTOBits, window = repcap.Window.Default)
Copies data from one trace to another.
- Parameters:
target_trace – Window
source_trace – 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’)
Cloning the Group
# Create a copy of the original group, that exists independently
trace_copy = driver.applications.k91Wlan.trace.clone()
Subgroups