Data

SCPI Commands

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

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

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

This command queries the y-values in the selected result display. The unit depends on the display and on the unit you have currently set.

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

Cloning the Group

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

Subgroups