Limit
SCPI Command :
MMEMory:STORe<n>:TABLe:LIMit
- class LimitCls[source]
Limit 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:LIMit driver.applications.k6Pulse.massMemory.store.table.limit.set(columns = enums.StatisticType.ALL, filename = 'abc', store = repcap.Store.Default)
Stores the table columns (all or selected) , along with limit check results in a file with ASCII format. The decimal separator (decimal point or comma) for floating-point numerals contained in the file is defined with the method RsFsw. Applications.K10x_Lte.FormatPy.Dexport.Dseparator.set command.
- param columns
SELected | ALL SELected Only the currently visible columns in the result display are exported. ALL All columns, including currently hidden ones, for the result display are exported.
- 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’)