Limit

SCPI Command :

MMEMory:STORe<n>:TABLe:LIMit
Commands in total: 1
Subgroups: 0
Direct child commands: 1
set(columns: StatisticType, filename: str, store=Store.Default) None[source]
# 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.k10Xlte.formatPy.dexport.dseparator.set() command.

Parameters:
  • 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.

  • filename – String containing the path and name of the file.

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