SCPI.MMEMory.LOAD.ASCFactor

Object type

Property (Write Only)

Syntax

SCPI.MMEMory.LOAD.ASCFactor = File

Description

This command recalls the file (file with the ".csv" extension saved with the SCPI.MMEMory.STORe.ASCFactor object) you want to specify as the table for the reference calibration coefficient and calibration coefficient table for power sensor A.

Variable

Parameter

File

Description

A file name (extension ".csv") of the reference calibration coefficient and the calibration coefficient table for power sensor A.

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.MMEMory.LOAD.ASCFactor = "d:\sensor01.csv"

SCPI.MMEMory.LOAD.ASCFactor = "test/sensor01.csv"

Related objects

SCPI.MMEMory.STORe.ASCFactor

Equivalent key

Cal > Power Calibration > Sensor A Settings > Import from CSV File

Equivalent SCPI command

Syntax

:MMEMory:LOAD:ASCFactor <string>

Example of use

10 OUTPUT 717;":MMEM:LOAD:ASCF ""Test1/Sensor01.csv"""

10 OUTPUT 717;":MMEM:LOAD:ASCF ""D:Sensor01.csv"""