SCPI.MMEMory.STORe.PLOSs(Pt)

Object type

Property (Write Only)

Syntax

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

Description

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

Variable

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.

Examples

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"

Related objects

SCPI.DISPlay.WINDow(Ch).ACTivate

SCPI.MMEMory.LOAD.PLOSs(Pt)

Equivalent key

Cal > Power Calibration > Loss Compen > Export to CSV File...

Equivalent SCPI command

Syntax

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

Example of use

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

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