Data
SCPI Command :
TRACe<n>[:DATA]
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get(trace: TraceTypeNumeric, window=Window.Default) str[source]
# TRACe<n>[:DATA] value: str = driver.applications.k18AmplifierEt.trace.data.get(trace = enums.TraceTypeNumeric.TRACe1, window = repcap.Window.Default)
This command queries current trace data and measurement results. In the Spectrum application only, you can use it as a setting command to transfer trace data from an external source to the FSW. The data format depends on method
RsFsw.formatPy.data.set().- Parameters:
trace – TRACE1 | TRACE2 | TRACE3 | TRACE4 | TRACE5 | TRACE6 Selects the trace to write the data to (Spectrum application only) .
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
data_copy = driver.applications.k18AmplifierEt.trace.data.clone()
Subgroups