Table
SCPI Command :
MMEMory:STORe<n>:TABLe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- set(columns: StatisticType, filename: str, store=Store.Default) None[source]
# MMEMory:STORe<n>:TABLe driver.applications.k50Spurious.massMemory.store.table.set(columns = enums.StatisticType.ALL, filename = 'abc', store = repcap.Store.Default)
Exports the selected data from the specified window as a comma-separated list of results, table row by table row, to an ASCII file. The decimal separator (decimal point or comma) for floating-point numerals contained in the file is defined by method
RsFsw.applications.k10Xlte.formatPy.dexport.dseparator.set().- Parameters:
columns – SELected | ALL Defines which columns to include in the export file. SELected Only the results defined by method
RsFsw.applications.k50Spurious.calculate.ssearch.table.column.set()are included. ALL All available results are included.filename – String containing the path and name of the file.
store – optional repeated capability selector. Default value: Pos1 (settable in the interface ‘Store’)