Traces
SCPI Command :
FORMat:DIMPort:TRACes
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() SelectionScope[source]
# FORMat:DIMPort:TRACes value: enums.SelectionScope = driver.formatPy.dimport.traces.get()
Selects the data to be included in a data import file (see method
RsFsw.massMemory.load.trace.set()) . For details on importing data see ‘How to import traces’.- Returns:
selection: SINGle | ALL SINGle Only a single trace is selected for import, namely the one specified by the method
RsFsw.massMemory.load.trace.set()command. ALL Imports several traces at once, overwriting the existing trace data for any active trace in the result display with the same trace number. Data from the import file for currently not active traces is not imported. The trace parameter for the methodRsFsw.massMemory.load.trace.set()command is ignored.
- set(selection: SelectionScope) None[source]
# FORMat:DIMPort:TRACes driver.formatPy.dimport.traces.set(selection = enums.SelectionScope.ALL)
Selects the data to be included in a data import file (see method
RsFsw.massMemory.load.trace.set()) . For details on importing data see ‘How to import traces’.- Parameters:
selection – SINGle | ALL SINGle Only a single trace is selected for import, namely the one specified by the method
RsFsw.massMemory.load.trace.set()command. ALL Imports several traces at once, overwriting the existing trace data for any active trace in the result display with the same trace number. Data from the import file for currently not active traces is not imported. The trace parameter for the methodRsFsw.massMemory.load.trace.set()command is ignored.