Traces
SCPI Command :
FORMat:DEXPort:TRACes
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() SelectionScope[source]
# FORMat:DEXPort:TRACes value: enums.SelectionScope = driver.applications.k10Xlte.formatPy.dexport.traces.get()
Selects the data to be included in a data export file (see method
RsFsw.massMemory.store.trace.set()) . For details on exporting data see ‘Trace/data ex/import’.- Returns:
selection: SINGle | ALL SINGle Only a single trace is selected for export, namely the one specified by the method
RsFsw.massMemory.store.trace.set()command. ALL Selects all active traces and result tables (e.g. ‘Result Summary’, marker peak list etc.) in the current application for export to an ASCII file. The trace parameter for the methodRsFsw.massMemory.store.trace.set()command is ignored.
- set(selection: SelectionScope) None[source]
# FORMat:DEXPort:TRACes driver.applications.k10Xlte.formatPy.dexport.traces.set(selection = enums.SelectionScope.ALL)
Selects the data to be included in a data export file (see method
RsFsw.massMemory.store.trace.set()) . For details on exporting data see ‘Trace/data ex/import’.- Parameters:
selection – SINGle | ALL SINGle Only a single trace is selected for export, namely the one specified by the method
RsFsw.massMemory.store.trace.set()command. ALL Selects all active traces and result tables (e.g. ‘Result Summary’, marker peak list etc.) in the current application for export to an ASCII file. The trace parameter for the methodRsFsw.massMemory.store.trace.set()command is ignored.