Property (Write Only)
SCPI.MMEMory.STORe.LIMit = File
This command saves the limit table of the active trace of the active channel into a file in the CSV format (extension ".csv").
Specify the file name with the extension. When you use directory names and file name, separate them with "\ " (back slash), or "/" (slash).
Parameter |
File |
Description |
File name to save the limit table (extension ".csv") |
Data type |
Character string type (String) |
Range |
254 characters or less |
Note |
If a file with the same name as the specified file name exists, its contents are overwritten. |
SCPI.DISPlay.WINDow(1).ACTivate
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.MMEMory.STORe.LIMit = "d:\limit01.csv"
SCPI.DISPlay.WINDow(1).ACTivate
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.MMEMory.STORe.LIMit = "test/limit01.csv"
SCPI.DISPlay.WINDow(Ch).ACTivate
SCPI.CALCulate(Ch).PARameter(Tr).SELect
Analysis > Limit Test > Edit Limit Line > Export to CSV File...
:MMEMory:STORe:LIMit <string>
10 OUTPUT 717;":MMEM:STOR:LIM ""Test1/Limit01.csv"""
10 OUTPUT 717;":MMEM:STOR:LIM ""D:Limit01.csv"""