Property (Write Only)
SCPI.MMEMory.STORe.PLOSs(Pt) = File
This command saves the loss compensation table of the active channel into a file in the CSV format (extension ".csv"), 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 |
A file name to save the loss compensation 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.MMEMory.STORe.PLOSs(1) = "d:\loss01.csv"
SCPI.DISPlay.WINDow(1).ACTivate
SCPI.MMEMory.STORe.PLOSs(1) = "test/loss01.csv"
SCPI.DISPlay.WINDow(Ch).ACTivate
Cal > Power Calibration > Loss Compen > Export to CSV File...
:MMEMory:STORe:PLOSs{[1]|2} <string>
10 OUTPUT 717;":MMEM:STOR:PLOS1 ""Test1/Loss01.csv"""
10 OUTPUT 717;":MMEM:STOR:PLOS1 ""D:Loss01.csv"""