Data

SCPI Commands

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

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

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

This command queries current trace data and measurement results. The data format depends on method RsFswp.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_ydata: No help available

Cloning the Group

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

Subgroups