X
SCPI Command :
TRACe<n>[:DATA]:X
- class XCls[source]
X commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(trace_type: RsFsw.enums.TraceNumber, window=Window.Default) List[float] [source]
# SCPI: TRACe<n>[:DATA]:X value: List[float] = driver.trace.data.x.get(trace_type = enums.TraceNumber.BTOBits, window = repcap.Window.Default)
This command queries the horizontal trace data for each sweep point in the specified window, for example the frequency in frequency domain or the time in time domain measurements. This is especially useful for traces with non-equidistant x-values.
- 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