Traces

SCPI Command :

FORMat:DEXPort:TRACes
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() SelectionScope[source]
# FORMat:DEXPort:TRACes
value: enums.SelectionScope = driver.applications.k60Transient.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 method RsFsw.massMemory.store.trace.set() command is ignored.

set(selection: SelectionScope) None[source]
# FORMat:DEXPort:TRACes
driver.applications.k60Transient.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 method RsFsw.massMemory.store.trace.set() command is ignored.