Traces

SCPI Command :

FORMat:DEXPort:TRACes
class TracesCls[source]

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

get() RsFsw.enums.SelectionScope[source]
# SCPI: 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’.

return

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: RsFsw.enums.SelectionScope) None[source]
# SCPI: 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’.

param 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.