Data

SCPI Command :

TRACe<n>[:DATA]
class DataCls[source]

Data commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get(trace: RsFsw.enums.TraceTypeNumeric, window=Window.Default) str[source]
# SCPI: 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.

param trace

TRACE1 | TRACE2 | TRACE3 | TRACE4 | TRACE5 | TRACE6 Selects the trace to write the data to (Spectrum application only) .

param window

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

return

result: No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.applications.k18AmplifierEt.trace.data.clone()

Subgroups