Command
:MMEMory:LOAD:LIMit <String>
This command recalls the specified limit table file (file with the .csv extension saved with :MMEM:STOR:LIM) from the limit table for the active trace of the active channel.
Specify the file name with the extension. When you use directory names and file name, separate them with "\" (back slash), or "/" (slash).
Parameter |
String |
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"
Ena.WriteString ":MMEM:LOAD:LIM " & Var, True
Analysis > Limit Test > Edit Limit Line > Import from CSV File...
SCPI.MMEMORY.LOAD.LIMIT