Command
:MMEMory:LOAD:PLIMit <String>
This command recalls the specified point limit table file (file with the .csv extension saved with :MMEM:STOR:PLIM)
Specify the file name with the extension. When you write directory names and file name, separate them with "/" (slash) or "\" (backslash).
If the specified file does not exist, an error occurs and the command is ignored.
Parameter |
String |
Description |
File name |
Data Type |
Character string type (String) |
Range |
254 chars |
Dim Var as String
Var = "PointLimitTable.csv"
Ena.WriteString ":MMEM:LOAD:PLIM " & Var, True
Analysis > Point Limit > Edit Point Limit > Import to CSV File...
SCPI.MMEMORY.LOAD.PLIMIT