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: TraceTypeK30, window=Window.Default) List[float][source]
# SCPI: TRACe<n>[:DATA]
value: List[float] = driver.applications.k30NoiseFigure.trace.data.get(trace_type = enums.TraceTypeK30.TRACe1, window = repcap.Window.Default)

This command queries the ‘noise figure’ measurement results.

param trace_type

No help available

param window

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

return

trace_data: For any graphical result display, the command returns one result for each measurement point. The unit depends on the result you are querying.