Data
SCPI Command :
TRACe<n>[:DATA]
- class DataCls[source]
Data commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(trace_type: RsFsw.enums.TraceTypeNumeric, window=Window.Default) List[float] [source]
# SCPI: TRACe<n>[:DATA] value: List[float] = driver.applications.k40PhaseNoise.trace.data.get(trace_type = 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_type
No help available
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trace’)
- return
trace_data: No help available