X

SCPI Commands

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

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

get(trace_type: TraceTypeK60, window=Window.Default) List[float][source]
# SCPI: TRACe<n>[:DATA]:X
value: List[float] = driver.applications.k60Transient.trace.data.x.get(trace_type = enums.TraceTypeK60.SGRam, window = repcap.Window.Default)

This remote control command returns the X values only for the trace in the selected result display. Depending on the type of result display and the scaling of the x-axis, this can be either the pulse number or a timestamp for each detected pulse in the capture buffer. This command is only available for graphical displays, except for the Magnitude Capture display.

param trace_type

No help available

param window

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

return

trace_xdata: No help available