Property (Write Only)
SCPI.MMEMory.LOAD.PLOSs(Pt) = File
This command recalls the specified loss compensation table file (a file with the ".csv" extension saved with SCPI.MMEMory.STORe.PLOSs(Pt)), as the loss compensation table for the active channel, for the selected port (Pt).
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 the loss compensation 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.MMEMory.LOAD.PLOSs(1) = "d:\loss01.csv"
SCPI.DISPlay.WINDow(1).ACTivate
SCPI.MMEMory.LOAD.PLOSs(1) = "test/loss01.csv"
SCPI.DISPlay.WINDow(Ch).ACTivate
Cal > Power Calibration > Loss Compen > Import from CSV File...
:MMEMory:LOAD:PLOSs{[1]|2} <string>
10 OUTPUT 717;":MMEM:LOAD:PLOS1 ""Test1/Loss01.csv"""
10 OUTPUT 717;":MMEM:LOAD:PLOS1 ""D:Loss01.csv"""