Data

SCPI Command :

TRACe<n>[:DATA]
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get(trace_type: TraceTypeK60, window=Window.Default) List[float][source]
# TRACe<n>[:DATA]
value: List[float] = driver.applications.k60Transient.trace.data.get(trace_type = enums.TraceTypeK60.SGRam, 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() .

Parameters:

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

Cloning the Group

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

Subgroups