Data

SCPI Commands

FORMAT REAL,32;TRACe<Window>:DATA
class DataCls[source]

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

get(trace_type: TraceTypeDdem, window=Window.Default) List[float][source]
# SCPI: TRACe<n>[:DATA]
value: List[float] = driver.applications.k70Vsa.trace.data.get(trace_type = enums.TraceTypeDdem.MSTRace, window = repcap.Window.Default)

This command queries the trace data. Which data is returned depends on the result display in the window specified by the suffix <n>. For details see ‘Measurement results for TRACe<n>[:DATA]? TRACE<n>’.

param trace_type

No help available

param window

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

return

trace_ydata: No help available