SCPI.MMEMory.LOAD.PLOSs(Pt)

Object type

Property (Write Only)

Syntax

SCPI.MMEMory.LOAD.PLOSs(Pt) = File

Description

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).

Variable

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.

Examples

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"

Related objects

SCPI.DISPlay.WINDow(Ch).ACTivate

SCPI.MMEMory.STORe.PLOSs(Pt)

Equivalent key

Cal > Power Calibration > Loss Compen > Import from CSV File...

Equivalent SCPI command

Syntax

:MMEMory:LOAD:PLOSs{[1]|2} <string>

Example of use

10 OUTPUT 717;":MMEM:LOAD:PLOS1 ""Test1/Loss01.csv"""

10 OUTPUT 717;":MMEM:LOAD:PLOS1 ""D:Loss01.csv"""