Command
:MMEMory:LOAD:RLIMit <String>
This command recalls the specified ripple limit table file (file with the .csv extension saved with :MMEM:STOR:RLIM)
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 used to save the ripple 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:RLIM " & Var, True
Analysis > Ripple Limit > Edit Ripple Limit > Import from CSV File...
SCPI.MMEMORY.LOAD.RLIMIT