Trace
SCPI Command :
MMEMory:LOAD<n>:TRACe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class TraceStruct[source]
Response structure. Fields:
1 Trace: float: Number of the trace to be stored (This parameter is ignored for method
RsFsw.formatPy.dimport.traces.set()ALL) .2 Filename: str: String containing the path and name of the import file.
- get(window=Window.Default) TraceStruct[source]
# MMEMory:LOAD<n>:TRACe value: TraceStruct = driver.massMemory.load.trace.get(window = repcap.Window.Default)
Imports trace data from the specified window to an ASCII file. For details on the file format see ‘Reference: ASCII file export format’.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Load’)
- Returns:
structure: for return value, see the help for TraceStruct structure arguments.
- set(trace: float, filename: str, window=Window.Default) None[source]
# MMEMory:LOAD<n>:TRACe driver.massMemory.load.trace.set(trace = 1.0, filename = 'abc', window = repcap.Window.Default)
Imports trace data from the specified window to an ASCII file. For details on the file format see ‘Reference: ASCII file export format’.
- Parameters:
trace – Number of the trace to be stored (This parameter is ignored for method
RsFsw.formatPy.dimport.traces.set()ALL) .filename – String containing the path and name of the import file.
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Load’)