Copy
SCPI Command :
TRACe<n>:COPY
- class CopyCls[source]
Copy commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class CopyStruct[source]
Response structure. Fields:
Arg_0: enums.TraceTypeNumeric: No parameter help available
Arg_1: enums.TraceTypeNumeric: No parameter help available
- get(window=Window.Default) CopyStruct [source]
# SCPI: TRACe<n>:COPY value: CopyStruct = driver.applications.k14Xnr5G.trace.copy.get(window = repcap.Window.Default)
Copies data from one trace to another.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trace’)
- return
structure: for return value, see the help for CopyStruct structure arguments.
- set(arg_0: RsFsw.enums.TraceTypeNumeric, arg_1: RsFsw.enums.TraceTypeNumeric, window=Window.Default) None [source]
# SCPI: 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.
- param arg_0
No help available
- param arg_1
No help available
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trace’)