Property (Write Only)
SCPI.MMEMory.STORe.RLIMit = File
This command saves the ripple limit table of the active trace (specified with the SCPI.CALCulate(Ch).PARameter(Tr).SELect command) of the active channel (specified with the SCPI.DISPlay.WINDow(Ch).ACTivate command) into a file in the CSV format.
Specify the file name with the .sta extension. When you write directory names and file name, separate them with "/" (slash) or "\" (backslash).
If a file with the specified file name already exists, its contents will be overwritten.
Parameter |
File |
Description |
File name used to save 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, a runtime error occurs. |
SCPI.DISPlay.WINDow(1).ACTivate
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.MMEMory.STORe.RLIMit = "D:\Rlimit01.csv"
SCPI.DISPlay.WINDow(1).ACTivate
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.MMEMory.STORe.RLIMit = "test/Rlimit01.csv"
SCPI.DISPlay.WINDow(Ch).ACTivate
SCPI.CALCulate(Ch).PARameter(Tr).SELect
Analysis > Ripple Limit > Edit Ripple Line > Export to CSV File...
:MMEMory:STORe:RLIMit <string>
10 OUTPUT 717;":MMEM:STOR:RLIM ""RTest1/Rlim01.csv"""
10 OUTPUT 717;":MMEM:STOR:RLIM ""D:Rlim01.csv"""