Memory

SCPI Command :

TRACe<n>[:DATA]:MEMory
class MemoryCls[source]

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

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

Queries the previously captured trace data for the specified trace from the memory. As an offset and number of sweep points to be retrieved can be specified, the trace data can be retrieved in smaller portions, making the command faster than the TRAC:DATA? command. This is useful if only specific parts of the trace data are of interest. If no parameters are specified with the command, the entire trace data is retrieved; in this case, the command returns the same results as TRAC:DATA? TRACE1. For details on the returned values see the TRAC:DATA? <TRACE…> command.

param trace_type

No help available

param points_offset

No help available

param points_count

No help available

param window

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

return

trace_ydata: No help available