Table

SCPI Command :

MMEMory:STORe<n>:TABLe
class TableCls[source]

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

set(columns: RsFsw.enums.StatisticType, filename: str, store=Store.Default) None[source]
# SCPI: 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.K10x_Lte.FormatPy.Dexport.Dseparator.set.

param columns

SELected | ALL Defines which columns to include in the export file. SELected Only the results defined by method RsFsw.Applications.K50_Spurious.Calculate.Ssearch.Table.Column.set are included. ALL All available results are included.

param filename

String containing the path and name of the file.

param store

optional repeated capability selector. Default value: Pos1 (settable in the interface ‘Store’)