Trace
SCPI Command :
MMEMory:LOAD<n>:TRACe
- class TraceCls[source]
Trace commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class TraceStruct[source]
Response structure. Fields:
Trace: float: Number of the trace to be stored (This parameter is ignored for [CMDLINKRESOLVED FormatPy.Dimport.Traces#set CMDLINKRESOLVED]ALL) .
Filename: str: String containing the path and name of the import file.
- get(window=Window.Default) TraceStruct [source]
# SCPI: MMEMory:LOAD<n>:TRACe value: TraceStruct = driver.applications.k40PhaseNoise.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’.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Load’)
- return
structure: for return value, see the help for TraceStruct structure arguments.
- set(trace: float, filename: str, window=Window.Default) None [source]
# SCPI: MMEMory:LOAD<n>:TRACe driver.applications.k40PhaseNoise.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’.
- param trace
Number of the trace to be stored (This parameter is ignored for method RsFsw.FormatPy.Dimport.Traces.setALL) .
- param filename
String containing the path and name of the import file.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Load’)