Command
:MMEMory:STORe:PLIMit <String>
This command saves the point limit table of the active trace of the active channel into a file in the CSV format.
Specify the file name with the .sta extension. When you write directory names and file name, separate them with "/" (slash) or "\" (backslash).
If a file with the specified file name already exists, its contents will be overwritten.
Parameter |
String |
Description |
File name |
Data Type |
Character string type (String) |
Range |
254 chars |
Dim Var as String
Var = "PointLimitTable.csv"
Ena.WriteString ":MMEM:STOR:PLIM " & Var, True
Analysis > Point Limit > Edit Point Limit > Export to CSV File...
SCPI.MMEMORY.STORE.PLIMIT