Command
:MMEMory:STORe:LIMit <Value>
This command saves the limit table of the active trace of the active channel into a file in the CSV format (extension ".csv").
Specify the file name with the extension. When you use directory names and file name, separate them with "\" (back slash), or "/" (slash).
Parameter |
Value |
Description |
File name to save the limit table (extension ".csv") |
Data Type |
Character string type (String) |
Range |
254 chars |
Dim Var as String
Var = "D:\limit.csv"
Ana.WriteString ":MMEM:STOR:LIM " & Var, True
Analysis > Limit Test > Edit Limit Line > Export to CSV File...
SCPI.MMEMORY.STORE.LIMIT