Property (Write Only)
SCPI.MMEMory.LOAD.RLIMit = File
This command recalls the specified ripple limit table file (file with the .csv extension saved with SCPI.MMEMory.STORe.RLIMit) of the active channel (specified with the SCPI.DISPlay.WINDow(Ch).ACTivate command), as ripple limit table for the active trace (specified with the SCPI.CALCulate(Ch).PARameter(Tr).SELect).
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 |
File |
Description |
File name of the ripple limit table (extension ".csv") |
Data type |
Character string type (String) |
Range |
254 characters or less |
Note |
If the specified file does not exist, an error occurs when executed and the object is ignored. |
SCPI.DISPlay.WINDow(1).ACTive
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.MMEMory.LOAD.RIMit = "D:\Rlimit01.csv"
SCPI.DISPlay.WINDow(1).ACTive
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.MMEMory.LOAD.RLIMit = "test/Rlimit01.csv"
SCPI.DISPlay.WINDow(Ch).ACTivate
SCPI.CALCulate(Ch).PARameter(Tr).SELect
Analysis > Ripple Limit > Edit Ripple Line > Import from CSV File...
:MMEMory:LOAD:RLIMit <string>
10 OUTPUT 717;":MMEM:LOAD:RLIM ""RTest1/Rlim01.csv"""
10 OUTPUT 717;":MMEM:LOAD:RLIM ""D:Rlim01.csv"""