Method (Write Only)
SCPI.MMEMory.LOAD.PLIMit = File
This command sets Load point limit table of active channel from CSV file.
This command recalls the specified point limit table file (file with the .csv extension saved with SCPI.MMEMory.STORe.PLIMit), from the point limit table for the active trace of the active channel.
This command is available at the revision A.11.0x and above.
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 of point 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).ACTivate
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.MMEMory.LOAD.PLIMit = "d:\plimit01.csv"
SCPI.DISPlay.WINDow(1).ACTivate
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.MMEMory.LOAD.PLIMit = "test/plimit01.csv"
SCPI.DISPlay.WINDow(Ch).ACTivate
SCPI.CALCulate(Ch).PARameter(Tr).SELect
Analysis > Point Limit Test > Edit Point Limit > Import from CSV File...
:MMEMory:LOAD:PLIMit <string>
{} <newline><^END>
10 OUTPUT 717;":MMEM:LOAD:PLIM ""Test1/PLimit01.csv"""
10 OUTPUT 717;":MMEM:LOAD:PLIM ""D:\PLimit01.csv"""